Click or drag to resize

SelectOptions Class

Linkar Framework for .NET and Core


Object that works as an argument in Select function and defines the function options.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsSelectOptions

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public class SelectOptions

The SelectOptions type exposes the following members.

Constructors
 NameDescription
Public methodSelectOptions Initializes a new instance of the SelectOptions class.
Public methodSelectOptions(Boolean, Boolean, Int32, Int32, Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the SelectOptions class.
Top
Properties
 NameDescription
Public propertyCalculated Returns the resulting values from the calculated dictionaries.
Public propertyConversion Executes the defined conversions in the dictionaries before returning.
Public propertyFormatSpec Executes the defined formats in the dictionaries before returning.
Public propertyOnlyRecordId Returns just the selected records codes.
Public propertyOriginalRecords Returns a copy of the records in MV format.
Public propertyPagination Indicates if pagination is being used or not.
Public propertyPagination_NumPage In case of pagination it indicates the page number to obtain. Must be greater than 0.
Public propertyPagination_RegPage In case of pagination indicates the number of records by page. It must be bigger than 0.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Composes the Select options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also