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