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