Property | Type | Description | |
---|---|---|---|
Connection | |||
ConnectionString | string |
Method | Description | |
---|---|---|
Create ( string connectionString ) : |
||
CreateCommand ( string commandText, object args = null, CommandType commandType = CommandType.Text ) : |
||
Dispose ( ) : void | ||
ExecuteNonQuery ( |
||
ExecuteNonQuery ( string commandText, int>.Action |
||
ExecuteNonQuery ( string commandText, object args, int>.Action |
||
ExecuteNonQuery ( string commandText, object args, CommandType commandType, int>.Action |
||
ExecuteNonQueryCallback ( IAsyncResult result ) : void | ||
ExecuteReader ( |
||
ExecuteReader ( string commandText, SqlDataReader>.Action |
||
ExecuteReader ( string commandText, object args, SqlDataReader>.Action |
||
ExecuteReader ( string commandText, object args, CommandType cmdType, SqlDataReader>.Action |
Method | Description | |
---|---|---|
ConvertObjectToSqlParams ( object args ) : System.Data.SqlClient.SqlParameter[] | ||
EndExecuteReader ( IAsyncResult result ) : void | ||
Sql ( string connectionString ) : System |
public static Create ( string connectionString ) : |
||
connectionString | string | |
return |
public CreateCommand ( string commandText, object args = null, CommandType commandType = CommandType.Text ) : |
||
commandText | string | |
args | object | |
commandType | CommandType | |
return |
public ExecuteNonQuery ( |
||
cmd | ||
callback | int>.Action | |
return |
public ExecuteNonQuery ( string commandText, int>.Action |
||
commandText | string | |
callback | int>.Action | |
return |
public ExecuteNonQuery ( string commandText, object args, int>.Action |
||
commandText | string | |
args | object | |
callback | int>.Action | |
return |
public ExecuteNonQuery ( string commandText, object args, CommandType commandType, int>.Action |
||
commandText | string | |
args | object | |
commandType | CommandType | |
callback | int>.Action | |
return |
public ExecuteNonQueryCallback ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public ExecuteReader ( |
||
cmd | ||
callback | SqlDataReader>.Action | |
return |
public ExecuteReader ( string commandText, SqlDataReader>.Action |
||
commandText | string | |
callback | SqlDataReader>.Action | |
return |
public ExecuteReader ( string commandText, object args, SqlDataReader>.Action |
||
commandText | string | |
args | object | |
callback | SqlDataReader>.Action | |
return |
public ExecuteReader ( string commandText, object args, CommandType cmdType, SqlDataReader>.Action |
||
commandText | string | |
args | object | |
cmdType | CommandType | |
callback | SqlDataReader>.Action | |
return |
protected SqlConnection,System.Data.SqlClient Connection | ||
return |