Mimer Data Provider v9.2

MimerDataAdapter.TableMappings Property

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

[Visual Basic]
Public ReadOnly Property TableMappings As DataTableMappingCollection
[C#]
new public System.Data.Common.DataTableMappingCollection TableMappings {get;}

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