3 references to SchemaMappingUnsortedIndex
System.Data (3)
fx\src\data\System\Data\Common\DBSchemaRow.cs (2)
23DataColumn sortindex= dataTable.Columns[SchemaMappingUnsortedIndex]; 25sortindex = new DataColumn(SchemaMappingUnsortedIndex, typeof(Int32)); // MDAC 67050
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
63DbSchemaRow.SchemaMappingUnsortedIndex,