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