7 references to Provider
System.Data.OleDb (7)
OleDb_Util.cs (1)
244
return ADP.Argument(SR.Format(SR.OleDb_NotSupportedSchemaTable, OleDbSchemaGuid.GetTextFromValue(schema), connection.
Provider
));
OleDbCommand.cs (2)
382
throw ODB.NoProviderSupportForParameters(_connection!.
Provider
, null);
1297
throw ODB.CommandTextNotSupported(connection.
Provider
, null);
OleDbCommandBuilder.cs (2)
338
throw ODB.NoProviderSupportForSProcResetParameters(connection.
Provider
);
342
throw ODB.NoProviderSupportForSProcResetParameters(connection.
Provider
);
OleDbConnection.cs (2)
468
throw ODB.SchemaRowsetsNotSupported(
Provider
);
627
e = ODB.NoErrorInformation(connection?.
Provider
, hresult, null); // OleDbException