Click or drag to resize

TableOptions Class

It contains the options to perform queries with the GetTable function, using the different types of schemas.
Inheritance Hierarchy
SystemObject
  LinkarCommonTableOptions

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class TableOptions

The TableOptions type exposes the following members.

Constructors
  NameDescription
Public methodTableOptions

Initializes a new instance of the TableOptions class.

The object is created with the default values for queries with LKSCHEMAS type schemas.

Public methodTableOptions(ROWHEADERS_TYPE, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the TableOptions class.

This constructor will be used when you want to perform queries without schema information. It is allowed to specify queries creation options without any specific type of schemas.

Public methodTableOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the TableOptions class.

This constructor will be used when you want to perform queries of the SQLMODE type schemas. It is allowed to specify options for creating queries of SQLMODE type schemas.

Public methodTableOptions(ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the TableOptions class.

This constructor will be used when you want to perform queries of the DICTIONARIES type schemas. It is allowed to specify queries creation options of DICTIONARIES type schemas.

Public methodTableOptions(ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the TableOptions class.

This constructor will be used when you want to obtain queries of the LKSCHEMAS schema type. It is allowed to specify options for creating queries of LKSCHEMAS type schemas.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializePropertiesDictionaries
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializePropertiesLkSchemas
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializePropertiesNone
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializePropertiesSqlMode
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