Click or drag to resize

SelectOptions Class

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

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeProperties
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodToString (Inherited from Object.)
Top
See Also