IQueryStatement interface

Represents the result of query builder's work.

public interface Korzh.EasyQuery.IQueryStatement

Package: Korzh.EasyQuery (targets: netstandard2.0)

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).