PageableSelectOptions.SetPrimaryConditionProperties(QueryColumnExpression,String,Object) - метод Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс > SetPrimaryConditionProperties - метод : SetPrimaryConditionProperties(QueryColumnExpression,String,Object) - метод C#
- leftExpression
- Expression of the left side of the condition.
- lastValueParameterName
- The name of the parameter of the value of the last record in the previous page of data.
- lastValueParameterValue
- The value of the primary last record in the previous page of data.
Glossary Item Box
public void SetPrimaryConditionProperties( QueryColumnExpression leftExpression, string lastValueParameterName, object lastValueParameterValue )
Параметры
- leftExpression
- Expression of the left side of the condition.
- lastValueParameterName
- The name of the parameter of the value of the last record in the previous page of data.
- lastValueParameterValue
- The value of the primary last record in the previous page of data.