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í datových sloupců

Implementuje

Poznámky

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

Další informace najdete na webu ITableMapping.ColumnMappings.

Platí pro

Viz také