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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.