DataTableMapping.ITableMapping.ColumnMappings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the derived DataColumnMappingCollection for the DataTable.
property System::Data::IColumnMappingCollection ^ System::Data::ITableMapping::ColumnMappings { System::Data::IColumnMappingCollection ^ get(); };
System.Data.IColumnMappingCollection System.Data.ITableMapping.ColumnMappings { get; }
member this.System.Data.ITableMapping.ColumnMappings : System.Data.IColumnMappingCollection
ReadOnly Property ColumnMappings As IColumnMappingCollection Implements ITableMapping.ColumnMappings
Property Value
A data column mapping collection.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the DataTableMapping instance is cast to an ITableMapping interface.
For more information, see ITableMapping.ColumnMappings.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.