Skip to main content

iquerystatement-interface

Represents the result of query builder's work.

public interface Korzh.EasyQuery.IQueryStatement

Assembly: Korzh.EasyQuery.dll

Properties

NameTypeDescription
ParamsQueryParamListGets the list of parameters used in generated SQL statement.
StatementstringGets the statement (SQL, filter expression, etc - depending on the concrete QueryStatement type).