Click or drag to resize

GridFilterGetWhereClause Method

Namespace:  FileHold.Common.Grid
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public SqlQueryPart GetWhereClause(
	Dictionary<string, string> fieldsMapping
)

Parameters

fieldsMapping
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: SqlQueryPart
See Also