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