Mimer Data Provider

MimerDataAdapter.TableMappings Property

Gets a collection that provides the mappings between a source table and a DataTable.

[Visual Basic]
Public Property ReadOnly TableMappings As DataTableMappingCollection
[C#]
public DataTableMappingCollection TableMappings { get; }
[C++]
public: __property DataTableMappingCollection* get_TableMappings();
[JScript]
public function get TableMappings() : DataTableMappingCollection

Property Value

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

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace