Méthode | Description | |
---|---|---|
CommandConfiguration ( ) : System | ||
CommandConfiguration ( string sql ) : System | ||
Import ( |
||
Sql ( string sqlText ) : IConfigureCommand | ||
WithCommandOptions ( Action |
public CommandConfiguration ( string sql ) : System | ||
sql | string | |
Résultat | System |
public Import ( |
||
cfg | ||
Résultat | void |
public Sql ( string sqlText ) : IConfigureCommand | ||
sqlText | string | |
Résultat | IConfigureCommand |
public WithCommandOptions ( Action |
||
options | Action |
|
Résultat | IConfigureCommand |