1 implementation of IColumnMappingCollection
System.Data (1)
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (1)
18public sealed class DataColumnMappingCollection : MarshalByRefObject, IColumnMappingCollection {
6 references to IColumnMappingCollection
System.Data (6)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1035static internal Exception ColumnsIndexInt32(int index, IColumnMappingCollection collection) {
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (3)
50object IColumnMappingCollection.this[string index] { 59IColumnMapping IColumnMappingCollection.Add(string sourceColumnName, string dataSetColumnName) { 62IColumnMapping IColumnMappingCollection.GetByDataSetColumn(string dataSetColumnName) {
fx\src\data\System\Data\Common\DataTableMapping.cs (1)
45IColumnMappingCollection ITableMapping.ColumnMappings {
fx\src\data\System\Data\ITableMapping.cs (1)
14IColumnMappingCollection ColumnMappings {