TableOptions Constructor |
Name | Description | |
---|---|---|
TableOptions | Initializes a new instance of the TableOptions class. The object is created with the default values for queries with LKSCHEMAS type schemas. | |
TableOptions(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. | |
TableOptions(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. | |
TableOptions(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. | |
TableOptions(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. |