RecroGridETEntityOnCreateRGQuery Method

Compiling the database query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected virtual RGQuery OnCreateRGQuery(
	IRGDataContext context,
	IEnumerable<RecroGridRGProperty> columns,
	bool columnsOnly
)

Parameters

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.

Return Value

RGQuery
The query.

See Also