PageableSelectOptions.AddCondition(String,String,Object) - метод Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс > AddCondition - метод : AddCondition(String,String,Object) - метод C#
- columnName
- The name of the column for which the expression of the left side of the condition is added.
- lastValueParameterName
- The name of the parameter that determines 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.
Glossary Item Box
public PageableSelectCondition AddCondition( string columnName, string lastValueParameterName, object lastValueParameterValue )
Параметры
- columnName
- The name of the column for which the expression of the left side of the condition is added.
- lastValueParameterName
- The name of the parameter that determines 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.