SqlHelperGetBetween Method |
Gets the condition matching values of the column between from and to
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
StringSee Also