RecroGridETEntityOnCreateRGQuery Method
Compiling the database query.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
protected virtual RGQuery OnCreateRGQuery(
IRGDataContext context,
IEnumerable<RecroGridRGProperty> columns,
bool columnsOnly
)
- context IRGDataContext
- The context.
- columns IEnumerableRecroGridRGProperty
- The columns.
- columnsOnly Boolean
- If true, then the Where and Order settings in the query will not be evaluated.
RGQueryThe query.