dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / MissingSchemaAction Property

In This Topic
MissingSchemaAction Property
In This Topic
Determines the action to take when existing DataSet schema does not match incoming data.
Syntax
'Declaration
 
Public Property MissingSchemaAction As MissingSchemaAction
 

Property Value

One of the System.Data.MissingSchemaAction values.
Remarks
The default value is AddWithKey.
See Also