3 references to SchemaMappingUnsortedIndex
System.Data.Common (3)
System\Data\Common\DBSchemaRow.cs (2)
18DataColumn? sortindex = dataTable.Columns[SchemaMappingUnsortedIndex]; 21sortindex = new DataColumn(SchemaMappingUnsortedIndex, typeof(int));
System\Data\Common\DBSchemaTable.cs (1)
54DbSchemaRow.SchemaMappingUnsortedIndex,