Свойство | Type | Description | |
---|---|---|---|
CommandDefinition | System | ||
ForCallback | |||
GetBasicPropertySetter | |||
GetInit | Action |
||
OnCompleted | void | ||
SetupCommand | IDbCommand |
Méthode | Description | |
---|---|---|
CommandDefinition ( string commandText, object parameters = null, IDbTransaction transaction = null, int commandTimeout = null, CommandType commandType = null, CommandFlags flags = CommandFlags.Buffered, |
Initialize the command definition
|
Méthode | Description | |
---|---|---|
CommandDefinition ( object parameters ) : System | ||
ForCallback ( object parameters ) : |
||
GetBasicPropertySetter ( |
||
GetInit ( |
||
OnCompleted ( ) : void | ||
SetupCommand ( IDbConnection cnn, object>.Action |
public CommandDefinition ( string commandText, object parameters = null, IDbTransaction transaction = null, int commandTimeout = null, CommandType commandType = null, CommandFlags flags = CommandFlags.Buffered, |
||
commandText | string | |
parameters | object | |
transaction | IDbTransaction | |
commandTimeout | int | |
commandType | CommandType | |
flags | CommandFlags | |
cancellationToken | ||
Résultat | System |