Method | Description | |
---|---|---|
AddComment ( string comment ) : |
||
AlterSql ( string sql ) : void | ||
Clone ( ) : |
||
Leaves ( ) : IEnumerable |
||
SqlPreCommandSimple ( string sql ) : System | ||
SqlPreCommandSimple ( string sql, List |
Method | Description | |
---|---|---|
PlainSql ( StringBuilder sb ) : void |
Method | Description | |
---|---|---|
Encode ( object value ) : string |
public AddComment ( string comment ) : |
||
comment | string | |
return |
protected PlainSql ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
return | void |
public SqlPreCommandSimple ( string sql ) : System | ||
sql | string | |
return | System |
public SqlPreCommandSimple ( string sql, List |
||
sql | string | |
parameters | List |
|
return | System |