Method | Description | |
---|---|---|
Append ( string key, bool value ) : void | ||
Append ( string key, int value ) : void | ||
Append ( string key, string value ) : void | ||
QueryBuilder ( string initialQuery ) : System |
public Append ( string key, bool value ) : void | ||
key | string | |
value | bool | |
return | void |
public Append ( string key, int value ) : void | ||
key | string | |
value | int | |
return | void |
public Append ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public QueryBuilder ( string initialQuery ) : System | ||
initialQuery | string | |
return | System |