Method | Description | |
---|---|---|
Clone ( ) : IQueryContainer | ||
Compile ( ) : IDbCommand | ||
CompileFlat ( ) : IEnumerable |
||
Execute ( ) : int |
Executes a query without result parsing
|
|
GetEnumerator ( ) : IEnumerator |
|
|
GetNextParameterId ( ) : int | ||
InternalContainerContainer ( |
Creates a new Instance of an QueryText Builder that creates Database aware querys
|
|
InternalContainerContainer ( |
Creates a new Instance of an QueryCommand Builder that creates Database aware querys
|
|
Render ( ) : string |
Renders the Current Object
|
|
SetAutoRenaming ( bool value ) : IQueryContainer |
QueryCommand like setter for AllowParamterRenaming
|
|
ToString ( ) : string | ||
WithEnumerationMode ( EnumerationMode mode ) : IQueryContainer |
QueryCommand like setter for WithEnumerationMode
|
|
WithParamterRenaming ( bool mode ) : IQueryContainer |
QueryCommand like setter for AllowParamterRenaming [Duplicate]
|
Method | Description | |
---|---|---|
InternalContainerContainer ( IQueryContainer pre ) : System | ||
Render ( |
public InternalContainerContainer ( |
||
database | ||
return | System |
public InternalContainerContainer ( |
||
database | ||
forType | ||
return | System |
public SetAutoRenaming ( bool value ) : IQueryContainer | ||
value | bool | |
return | IQueryContainer |
public WithEnumerationMode ( EnumerationMode mode ) : IQueryContainer | ||
mode | EnumerationMode | |
return | IQueryContainer |
public WithParamterRenaming ( bool mode ) : IQueryContainer | ||
mode | bool | |
return | IQueryContainer |