Mimer SQL Data Provider
TableMappings Property




Mimer.Data.Client Namespace > MimerDataAdapter Class : TableMappings Property
Gets a collection that provides the mappings between a source table and a System.Data.DataTable.
Syntax
'Declaration
 
Public Shadows ReadOnly Property TableMappings As DataTableMappingCollection
public new DataTableMappingCollection TableMappings {get;}
public read-only property TableMappings: DataTableMappingCollection; 
public hide function get TableMappings : DataTableMappingCollection
public: __property new DataTableMappingCollection* get_TableMappings();

Property Value

A collection that provides the mappings between the returned records and the System.Data.DataSet. By default an empty collection is returned.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataAdapter Class
MimerDataAdapter Members