Click or drag to resize

RecroGridRGFilterGetFilter Method

Gets the filter (WHERE) string.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public string GetFilter(
	IRGDataContext dataContext,
	List<RecroGridRGProperty> rgProperties,
	IEnumerable<PropertyInfo> validProperties,
	List<RGObjectParameter> queryParams,
	bool externalWhere,
	int level = 0
)

Parameters

dataContext
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The data context.
rgProperties
Type: System.Collections.GenericListRecroGridRGProperty
The RGProperties.
validProperties
Type: System.Collections.GenericIEnumerablePropertyInfo
The valid properties.
queryParams
Type: System.Collections.GenericListRGObjectParameter
The query parameters.
externalWhere
Type: SystemBoolean
if set to true [external where].
level (Optional)
Type: SystemInt32
The level.

Return Value

Type: String
The filter string.
See Also