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

On this page
    MissingSchemaAction Property
    On this page
    Determines the action to take when existing DataSet schema does not match incoming data.
    Syntax
    'Declaration
     
    Public Property MissingSchemaAction As MissingSchemaAction
    public MissingSchemaAction MissingSchemaAction {get; set;}

    Property Value

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