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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.