Click or drag to resize

ReadOptions Class

Linkar Framework .NET (Core and Framework)


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

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

The ReadOptions type exposes the following members.

Constructors
 NameDescription
Public methodReadOptions Initializes a new instance of the ReadOptions class
Public methodReadOptions(Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the ReadOptions 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 propertyOriginalRecords Returns a copy of the records in MV format.
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 Read options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also