Select |
The SelectOptions type exposes the following members.
Name | Description | |
---|---|---|
SelectOptions | Initializes a new instance of the SelectOptions class. | |
SelectOptions(Boolean, Boolean, Int32, Int32, Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the SelectOptions class. |
Name | Description | |
---|---|---|
Calculated | Returns the resulting values from the calculated dictionaries. | |
Conversion | Executes the defined conversions in the dictionaries before returning. | |
FormatSpec | Executes the defined formats in the dictionaries before returning. | |
OnlyRecordId | Returns just the selected records codes. | |
OriginalRecords | Returns a copy of the records in MV format. | |
Pagination | Indicates if pagination is being used or not. | |
Pagination_NumPage | In case of pagination it indicates the page number to obtain. Must be greater than 0. | |
Pagination_RegPage | In case of pagination indicates the number of records by page. It must be bigger than 0. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString |
Composes the Select options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |