DataTableMapping.ITableMapping.ColumnMappings Property

Definition

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