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


In This Topic
    TableMappings Property
    In This Topic
    Gets a collection that provides the master mapping between a source table and a System.Data.DataTable.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <ResCategoryAttribute("DataCategory_Mapping")>
    <ResDescriptionAttribute("DataAdapter_TableMappings")>
    Public ReadOnly Property TableMappings As System.Data.Common.DataTableMappingCollection
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Data.Common.DataTableMappingCollection
     
    value = instance.TableMappings
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [ResCategory("DataCategory_Mapping")]
    [ResDescription("DataAdapter_TableMappings")]
    public System.Data.Common.DataTableMappingCollection TableMappings {get;}

    Property Value

    A collection that provides the master mapping between the returned records and the System.Data.DataSet. The default value is an empty collection.
    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