Click or drag to resize

GridFilterSqlGeneratorGetSelectClause Method

Namespace:  FileHold.Common.Grid
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
protected virtual string GetSelectClause(
	string orderBy,
	string where
)

Parameters

orderBy
Type: SystemString
where
Type: SystemString

Return Value

Type: String
See Also