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