Click or drag to resize

LkPropertiesOptions Constructor

Overload List
  NameDescription
Public methodLkPropertiesOptions

Initializes a new instance of the LkPropertiesOptions class.

The object is created with the default values for list of Schema Properties of LKSCHEMAS type.

Public methodLkPropertiesOptions(Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkPropertiesOptions class.

This constructor will be used when you want to obtain a list of Properties of the SQLMODE schema type. It is allowed to specify creation options for obtaining the list of properties of SQLMODE type schemas.

Public methodLkPropertiesOptions(ROWHEADERS_TYPE, Boolean, Int32, Int32)

Initializes a new instance of the LkPropertiesOptions class.

This constructor will be used when you want to obtain a list of Properties of the DICTIONARIES schema type. It is allowed to specify creation options for obtaining the list of properties of DICTIONARIES types schemas.

Public methodLkPropertiesOptions(ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkPropertiesOptions class.

This constructor will be used when you want to obtain a list of Properties of the LKSCHEMAS schema type. It is allowed to specify creation options for obtaining the list of properties of LKSCHEMAS type schemas.

Top
See Also