2 references to GetSortedSchemaRows
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
587
DbSchemaRow[] rows = DbSchemaRow.
GetSortedSchemaRows
(schemaTable, false); // MDAC 60609
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
642
DbSchemaRow[] schemaRows = DbSchemaRow.
GetSortedSchemaRows
(_schemaTable, _dataReader.ReturnProviderSpecificTypes); // MDAC 60609