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