PageableSelectOptions.SetPrimaryConditionProperties(QueryColumnExpression,String,Object,String) - метод Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс > SetPrimaryConditionProperties - метод : SetPrimaryConditionProperties(QueryColumnExpression,String,Object,String) - метод 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 last record in the previous page of data.
- lastValueParameterValueTypeName
- The name of the data type of the value of the last record in the previous page of data.
Glossary Item Box
public void SetPrimaryConditionProperties( QueryColumnExpression leftExpression, string lastValueParameterName, object lastValueParameterValue, string lastValueParameterValueTypeName )
Параметры
- 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 last record in the previous page of data.
- lastValueParameterValueTypeName
- The name of the data type of the value of the last record in the previous page of data.