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