Click or drag to resize

GridFilterSqlGeneratorGetSqlQuery Method

Namespace:  FileHold.Common.Grid
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public string GetSqlQuery(
	int? skip = null,
	int? take = null
)

Parameters

skip (Optional)
Type: SystemNullableInt32
take (Optional)
Type: SystemNullableInt32

Return Value

Type: String
See Also