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