IQueryBuilder interface
Interface IQueryBuilder - represents general-purpose query builder
public interface Korzh.EasyQuery.IQueryBuilderProperties
| Type | Name | Description |
|---|---|---|
Type | ResultType | Gets the the result type. |
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. |