iquerystatement-interface
Represents the result of query builder's work.
public interface Korzh.EasyQuery.IQueryStatement
Assembly: Korzh.EasyQuery.dll
Properties
Name | Type | Description |
---|---|---|
Params | QueryParamList | Gets the list of parameters used in generated SQL statement. |
Statement | string | Gets the statement (SQL, filter expression, etc - depending on the concrete QueryStatement type). |