Click or drag to resize

LkSchemasOptions Class

Contains the options to obtain different types of schemas with the LkSchemas function.
Inheritance Hierarchy
SystemObject
  LinkarCommonLkSchemasOptions

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

The LkSchemasOptions type exposes the following members.

Constructors
  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
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 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