Overload | Description |
PageableSelectOptions Constructor() | Initializes a new PageableSelectOptions instance. |
PageableSelectOptions Constructor(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 Constructor(String,String,Object,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(String,String,Object,DataValueType,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(String,String,Object,String,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(String,String,Object,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(String,String,Object,DataValueType,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(String,String,Object,String,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,DataValueType,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,String,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,DataValueType,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(QueryColumnExpression,String,Object,String,Int32) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(PageableSelectCondition,Int32,PageableSelectDirection) | Initializes a new PageableSelectOptions instance with the specified parameters. |
PageableSelectOptions Constructor(PageableSelectOptions) | Initializes a new PageableSelectOptions instance that is a clone of the passed-in instance. |