Method | Description | |
---|---|---|
BulkCopy ( |
||
ExecuteDataSet ( string sql, List |
||
ExecuteDataSet ( this preCommand, CommandType commandType = CommandType.Text ) : |
||
ExecuteDataTable ( string sql, List |
||
ExecuteDataTable ( this preCommand, CommandType commandType = CommandType.Text ) : |
||
ExecuteLeaves ( this preCommand, CommandType commandType = CommandType.Text ) : void | ||
ExecuteNonQuery ( string sql, List |
||
ExecuteNonQuery ( this preCommand, CommandType commandType = CommandType.Text ) : int | ||
ExecuteScalar ( string sql, List |
||
ExecuteScalar ( this preCommand, CommandType commandType = CommandType.Text ) : object | ||
UnsafeExecuteDataReader ( string sql, List |
||
UnsafeExecuteDataReader ( this preCommand, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader |
public static BulkCopy ( |
||
dt | ||
destinationTable | ObjectName | |
options | SqlBulkCopyOptions | |
timeout | int | |
return | void |
public static ExecuteDataSet ( string sql, List |
||
sql | string | |
parameters | List |
|
commandType | CommandType | |
return |
public static ExecuteDataSet ( this preCommand, CommandType commandType = CommandType.Text ) : |
||
preCommand | this | |
commandType | CommandType | |
return |
public static ExecuteDataTable ( string sql, List |
||
sql | string | |
parameters | List |
|
commandType | CommandType | |
return |
public static ExecuteDataTable ( this preCommand, CommandType commandType = CommandType.Text ) : |
||
preCommand | this | |
commandType | CommandType | |
return |
public static ExecuteLeaves ( this preCommand, CommandType commandType = CommandType.Text ) : void | ||
preCommand | this | |
commandType | CommandType | |
return | void |
public static ExecuteNonQuery ( string sql, List |
||
sql | string | |
parameters | List |
|
commandType | CommandType | |
return | int |
public static ExecuteNonQuery ( this preCommand, CommandType commandType = CommandType.Text ) : int | ||
preCommand | this | |
commandType | CommandType | |
return | int |
public static ExecuteScalar ( string sql, List |
||
sql | string | |
parameters | List |
|
commandType | CommandType | |
return | object |
public static ExecuteScalar ( this preCommand, CommandType commandType = CommandType.Text ) : object | ||
preCommand | this | |
commandType | CommandType | |
return | object |
public static UnsafeExecuteDataReader ( string sql, List |
||
sql | string | |
parameters | List |
|
commandType | CommandType | |
return | System.Data.Common.DbDataReader |
public static UnsafeExecuteDataReader ( this preCommand, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader | ||
preCommand | this | |
commandType | CommandType | |
return | System.Data.Common.DbDataReader |