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