Method | Description | |
---|---|---|
CommandConfiguration ( ) : System | ||
CommandConfiguration ( string sql ) : System | ||
Import ( |
||
Sql ( string sqlText ) : IConfigureCommand | ||
WithCommandOptions ( Action |
public CommandConfiguration ( string sql ) : System | ||
sql | string | |
return | System |
public Import ( |
||
cfg | ||
return | void |
public Sql ( string sqlText ) : IConfigureCommand | ||
sqlText | string | |
return | IConfigureCommand |
public WithCommandOptions ( Action |
||
options | Action |
|
return | IConfigureCommand |