iquerybuilder-interface
Interface IQueryBuilder - represents general-purpose query builder
public interface Korzh.EasyQuery.IQueryBuilder
Assembly: Korzh.EasyQuery.dll
Properties
Name | Type | Description |
---|---|---|
Options | QueryBuilderOptions | Gets or sets the builder's options. |
Query | Query | Gets the query this builder is defined for |
Result | IQueryStatement | The query builder result. |
StatementType | Type | Gets the the result type. |
Methods
Name | Type | Description |
---|---|---|
Build() | bool | Gets the query statement. It could be some SQL statement or and an IQueryable object created by LINQ query builder. |