Click or drag to resize

TableOptions Constructor

Overload List
  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
See Also