DataTableMapping.System.Data.ITableMapping.ColumnMappings Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Private ReadOnly Property ColumnMappings As _
   IColumnMappingCollection Implements ITableMapping.ColumnMappings
[C#]
IColumnMappingCollection ITableMapping.ColumnMappings {get;}
[C++]
private: __property IColumnMappingCollection*
   System::Data::ITableMapping::get_ColumnMappings();
[JScript]
private function get ITableMapping.ColumnMappings() :
   IColumnMappingCollection;

See Also

DataTableMapping Class | DataTableMapping Members | System.Data.Common Namespace