RecroGridETEntityOnCreateRGQuery Method
Compiling the database query.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.