Method | Description | |
---|---|---|
CreateTransaction ( ) : TransactionManager |
Creates a new TransactionManager instance from the current datasource.
|
|
ExecuteDataSet ( CommandType commandType, string commandText ) : |
Executes the data set.
|
|
ExecuteDataSet ( |
Executes the data set.
|
|
ExecuteDataSet ( TransactionManager transactionManager, CommandType commandType, string commandText ) : |
Executes the data set.
|
|
ExecuteDataSet ( TransactionManager transactionManager, |
Executes the data set.
|
|
ExecuteDataSet ( TransactionManager transactionManager, string storedProcedureName ) : |
Executes the data set.
|
|
ExecuteDataSet ( string storedProcedureName ) : |
Executes the data set.
|
|
ExecuteNonQuery ( CommandType commandType, string commandText ) : int |
Executes the non query.
|
|
ExecuteNonQuery ( TransactionManager transactionManager, CommandType commandType, string commandText ) : int |
Executes the non query.
|
|
ExecuteNonQuery ( TransactionManager transactionManager, string storedProcedureName ) : int |
Executes the non query.
|
|
ExecuteNonQuery ( string storedProcedureName ) : int |
Executes the non query.
|
|
ExecuteNonQuery ( |
Executes the non query.
|
|
ExecuteNonQuery ( TransactionManager transactionManager, |
Executes the non query.
|
|
ExecuteReader ( CommandType commandType, string commandText ) : IDataReader |
Executes the reader.
|
|
ExecuteReader ( |
Executes the reader.
|
|
ExecuteReader ( TransactionManager transactionManager, CommandType commandType, string commandText ) : IDataReader |
Executes the reader.
|
|
ExecuteReader ( TransactionManager transactionManager, |
Executes the reader.
|
|
ExecuteReader ( TransactionManager transactionManager, string storedProcedureName ) : IDataReader |
Executes the reader.
|
|
ExecuteReader ( string storedProcedureName ) : IDataReader |
Executes the reader.
|
|
ExecuteScalar ( CommandType commandType, string commandText ) : object |
Executes the scalar.
|
|
ExecuteScalar ( |
Executes the scalar.
|
|
ExecuteScalar ( TransactionManager transactionManager, CommandType commandType, string commandText ) : object |
Executes the scalar.
|
|
ExecuteScalar ( TransactionManager transactionManager, |
Executes the scalar.
|
|
ExecuteScalar ( TransactionManager transactionManager, string storedProcedureName ) : object |
Executes the scalar.
|
|
ExecuteScalar ( string storedProcedureName ) : object |
Executes the scalar.
|
|
Initialize ( string name, |
Initializes the provider.
|
public CreateTransaction ( ) : TransactionManager | ||
return | TransactionManager |
public abstract ExecuteDataSet ( CommandType commandType, string commandText ) : |
||
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return |
public abstract ExecuteDataSet ( |
||
commandWrapper | The command wrapper. | |
return |
public abstract ExecuteDataSet ( TransactionManager transactionManager, CommandType commandType, string commandText ) : |
||
transactionManager | TransactionManager | The transaction manager. |
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return |
public abstract ExecuteDataSet ( TransactionManager transactionManager, |
||
transactionManager | TransactionManager | The transaction manager. |
commandWrapper | The command wrapper. | |
return |
public abstract ExecuteDataSet ( TransactionManager transactionManager, string storedProcedureName ) : |
||
transactionManager | TransactionManager | The transaction manager. |
storedProcedureName | string | Name of the stored procedure. |
return |
public abstract ExecuteDataSet ( string storedProcedureName ) : |
||
storedProcedureName | string | Name of the stored procedure. |
return |
public abstract ExecuteNonQuery ( CommandType commandType, string commandText ) : int | ||
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | int |
public abstract ExecuteNonQuery ( TransactionManager transactionManager, CommandType commandType, string commandText ) : int | ||
transactionManager | TransactionManager | The transaction manager. |
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | int |
public abstract ExecuteNonQuery ( TransactionManager transactionManager, string storedProcedureName ) : int | ||
transactionManager | TransactionManager | The transaction manager. |
storedProcedureName | string | Name of the stored procedure. |
return | int |
public abstract ExecuteNonQuery ( string storedProcedureName ) : int | ||
storedProcedureName | string | Name of the stored procedure. |
return | int |
public abstract ExecuteNonQuery ( |
||
commandWrapper | The command wrapper. | |
return | void |
public abstract ExecuteNonQuery ( TransactionManager transactionManager, |
||
transactionManager | TransactionManager | The transaction manager. |
commandWrapper | The command wrapper. | |
return | void |
public abstract ExecuteReader ( CommandType commandType, string commandText ) : IDataReader | ||
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | IDataReader |
public abstract ExecuteReader ( |
||
commandWrapper | The command wrapper. | |
return | IDataReader |
public abstract ExecuteReader ( TransactionManager transactionManager, CommandType commandType, string commandText ) : IDataReader | ||
transactionManager | TransactionManager | The transaction manager. |
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | IDataReader |
public abstract ExecuteReader ( TransactionManager transactionManager, |
||
transactionManager | TransactionManager | The transaction manager. |
commandWrapper | The command wrapper. | |
return | IDataReader |
public abstract ExecuteReader ( TransactionManager transactionManager, string storedProcedureName ) : IDataReader | ||
transactionManager | TransactionManager | The transaction manager. |
storedProcedureName | string | Name of the stored procedure. |
return | IDataReader |
public abstract ExecuteReader ( string storedProcedureName ) : IDataReader | ||
storedProcedureName | string | Name of the stored procedure. |
return | IDataReader |
public abstract ExecuteScalar ( CommandType commandType, string commandText ) : object | ||
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | object |
public abstract ExecuteScalar ( |
||
commandWrapper | The command wrapper. | |
return | object |
public abstract ExecuteScalar ( TransactionManager transactionManager, CommandType commandType, string commandText ) : object | ||
transactionManager | TransactionManager | The transaction manager. |
commandType | CommandType | Type of the command. |
commandText | string | The command text. |
return | object |
public abstract ExecuteScalar ( TransactionManager transactionManager, |
||
transactionManager | TransactionManager | The transaction manager. |
commandWrapper | The command wrapper. | |
return | object |
public abstract ExecuteScalar ( TransactionManager transactionManager, string storedProcedureName ) : object | ||
transactionManager | TransactionManager | The transaction manager. |
storedProcedureName | string | Name of the stored procedure. |
return | object |
public abstract ExecuteScalar ( string storedProcedureName ) : object | ||
storedProcedureName | string | Name of the stored procedure. |
return | object |
public Initialize ( string name, |
||
name | string | The friendly name of the provider. |
config | A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider. | |
return | void |