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
A collection that provides the mappings between the returned records and the DataSet. By default an empty collection is returned.
MimerDataAdapter Class | Mimer.Data.Client Namespace