Click or drag to resize
SqlHelperGetBetween Method
Gets the condition matching values of the column between from and to

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetBetween(
	string column,
	int from,
	int to
)

Parameters

column
Type: SystemString
Column name
from
Type: SystemInt32
From value
to
Type: SystemInt32
To value

Return Value

Type: String
See Also