Constructor Query
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Query()
Creates a new empty query.
public Query()
Remarks
Use the fluent API methods (Select, From, Where, OrderBy, GroupBy, Having) to build the query.
Creates a new empty query.
public Query()
Use the fluent API methods (Select, From, Where, OrderBy, GroupBy, Having) to build the query.