IQueryBuilder interface
Interface IQueryBuilder - represents general-purpose query builder
public interface Korzh.EasyQuery.IQueryBuilderProperties
Section titled “Properties”| Type | Name | Description |
|---|---|---|
IQueryFormats | Formats | Gets the builder formats. |
Query | Query | Gets the query this builder is defined for |
Type | ResultType | Gets the the result type. |
Methods
Section titled “Methods”| Type | Name | Description |
|---|---|---|
QueryBuilderResult | GetResult() | Gets the result object. It could be some SQL statement or and an IQueryable object created by LINQ query builder. |