5 references to SupportSchemaRowset
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (3)
142if (connection.SupportSchemaRowset(OleDbSchemaGuid.Procedure_Parameters)) { 286if ((0 == plist.Length) && connection.SupportSchemaRowset(OleDbSchemaGuid.Procedures)) { 294else if (connection.SupportSchemaRowset(OleDbSchemaGuid.Procedures)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1826if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Primary_Keys)) { 1835if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Indexes)) {