PageableSelectOptions (QueryColumnExpression,String,Object,DataValueType,Int32,PageableSelectDirection) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс > PageableSelectOptions : PageableSelectOptions (QueryColumnExpression,String,Object,DataValueType,Int32,PageableSelectDirection) C#
- primaryConditionSourceExpression
- The expression of the column for which the query condition is added.
- primaryConditionLastValueParameterName
- The name of the parameter that contains the value of the last record in the previous page of data to be stored.
- primaryConditionLastValueParameterValue
- The value of the last record in the previous page of data.
- primaryConditionLastValueParameterValueType
- The data type of the value of the last page of data.
- rowCount
- Number of records in the page of data.
- direction
- Direction of the paged output.
Glossary Item Box
public PageableSelectOptions( QueryColumnExpression primaryConditionSourceExpression, string primaryConditionLastValueParameterName, object primaryConditionLastValueParameterValue, DataValueType primaryConditionLastValueParameterValueType, int rowCount, PageableSelectDirection direction )
Параметры
- primaryConditionSourceExpression
- The expression of the column for which the query condition is added.
- primaryConditionLastValueParameterName
- The name of the parameter that contains the value of the last record in the previous page of data to be stored.
- primaryConditionLastValueParameterValue
- The value of the last record in the previous page of data.
- primaryConditionLastValueParameterValueType
- The data type of the value of the last page of data.
- rowCount
- Number of records in the page of data.
- direction
- Direction of the paged output.