Перегрузка | Описание |
PageableSelectOptions () | Initializes a new PageableSelectOptions instance. |
PageableSelectOptions (Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified number of records in the page of data and the direction of the paged output. |
PageableSelectOptions (String,String,Object,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (String,String,Object,DataValueType,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (String,String,Object,String,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (String,String,Object,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (String,String,Object,DataValueType,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (String,String,Object,String,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,DataValueType,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,String,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,DataValueType,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (QueryColumnExpression,String,Object,String,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (PageableSelectCondition,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions (PageableSelectOptions) | Initializes a new PageableSelectOptions instance that is a clone of the passed-in instance. |