Click or drag to resize

LkSchemasOptions Constructor

Overload List
  NameDescription
Public methodLkSchemasOptions

Initializes a new instance of the LkSchemasOptions class.

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

Public methodLkSchemasOptions(Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkSchemasOptions class.

This constructor will be used when you want to obtain SQLMODE type schemas. Creation options are allowed for SQLMODE type schemas.

Public methodLkSchemasOptions(ROWHEADERS_TYPE, Boolean, Int32, Int32)

Initializes a new instance of the LkSchemasOptions class.

This constructor will be used when you want to obtain DICTIONARIES type schemas. Creation options are allowed for DICTIONARIES type schemas.

Public methodLkSchemasOptions(ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkSchemasOptions class.

This constructor will be used when you want to obtain LKSCHEMAS type schemas. Creation options are allowed for schemasLKSCHEMAS type schemas.

Top
See Also