DataTableMapping.ITableMapping.ColumnMappings Vlastnost

Definice

Získá odvozený DataColumnMappingCollection pro 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

Hodnota vlastnosti

Kolekce mapování sloupců dat.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v DataTableMapping případě, že je instance přetypovaná na ITableMapping rozhraní.

Další informace naleznete v tématu ITableMapping.ColumnMappings.

Platí pro

Viz také