5 references to SupportSchemaRowset
System.Data.OleDb (5)
OleDbCommandBuilder.cs (3)
155if (connection.SupportSchemaRowset(OleDbSchemaGuid.Procedure_Parameters)) 319if ((0 == plist.Length) && connection.SupportSchemaRowset(OleDbSchemaGuid.Procedures)) 329else if (connection.SupportSchemaRowset(OleDbSchemaGuid.Procedures))
OleDbDataReader.cs (2)
2012if (_connection!.SupportSchemaRowset(OleDbSchemaGuid.Primary_Keys)) 2023if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Indexes))