VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / MissingMappingAction Property


In This Topic
    MissingMappingAction Property
    In This Topic
    Determines the action to take when incoming data does not have a matching table or column.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <ResCategoryAttribute("DataCategory_Mapping")>
    <ResDescriptionAttribute("DataAdapter_MissingMappingAction")>
    Public Property MissingMappingAction As System.Data.MissingMappingAction
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Data.MissingMappingAction
     
    instance.MissingMappingAction = value
     
    value = instance.MissingMappingAction
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [ResCategory("DataCategory_Mapping")]
    [ResDescription("DataAdapter_MissingMappingAction")]
    public System.Data.MissingMappingAction MissingMappingAction {get; set;}

    Property Value

    One of the System.Data.MissingMappingAction values. The default is Passthrough.
    Exceptions
    ExceptionDescription
    The value set is not one of the System.Data.MissingMappingAction values.
    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