dotConnect for Oracle 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
    public MissingSchemaAction MissingSchemaAction {get; set;}

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also