PageableSelectOptions (String,String,Object,DataValueType,Int32) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс > PageableSelectOptions : PageableSelectOptions (String,String,Object,DataValueType,Int32) C#
- primaryConditionColumnName
- The name 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 to be stored.
- primaryConditionLastValueParameterValue
- The value of the last record in the previous page.
- primaryConditionLastValueParameterValueType
- The data type of the value of the last record in the previous page.
- rowCount
- Number of records in the page of data.
Glossary Item Box
public PageableSelectOptions( string primaryConditionColumnName, string primaryConditionLastValueParameterName, object primaryConditionLastValueParameterValue, DataValueType primaryConditionLastValueParameterValueType, int rowCount )
Параметры
- primaryConditionColumnName
- The name 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 to be stored.
- primaryConditionLastValueParameterValue
- The value of the last record in the previous page.
- primaryConditionLastValueParameterValueType
- The data type of the value of the last record in the previous page.
- rowCount
- Number of records in the page of data.