Method | Description | |
---|---|---|
Clone ( ) : object |
|
|
FromCommand ( IDbCommand command, IQueryElement builder ) : |
Wrapps the given command into a new QueryPart by storing its QueryCommand statement and parameter
|
|
GenericQueryPart ( string prefix ) : System |
Creates a generic query part that can be used for any query
|
|
GenericQueryPart ( string prefix, IEnumerable |
Creates a generic query part that can be used for any query
|
|
Render ( ) : string |
For display
|
|
ToString ( ) : string |
|
Method | Description | |
---|---|---|
Render ( StringBuilderInterlaced sb ) : void |
For display
|
public static FromCommand ( IDbCommand command, IQueryElement builder ) : |
||
command | IDbCommand | |
builder | IQueryElement | |
return |
public GenericQueryPart ( string prefix ) : System | ||
prefix | string | |
return | System |
public GenericQueryPart ( string prefix, IEnumerable |
||
prefix | string | |
parameters | IEnumerable |
|
builder | IQueryBuilder | The type of building object |
return | System |