Click or drag to resize

TableOptions Constructor

Linkar Framework .NET (Core and Framework)


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(RowHeadersTYPE, Boolean, Boolean, Int32, Int32) Initializes a new instance of the TableOptions class. Constructor of object used to perform queries without schema information.
Public methodTableOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Initializes a new instance of the TableOptions class. Constructor of object used to perform queries of the SQLMODE type schemas.
Public methodTableOptions(RowHeadersTYPE, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Initializes a new instance of the TableOptions class. Constructor of object used to perform queries of the DICTIONARIES type schemas.
Public methodTableOptions(RowHeadersTYPE, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Initializes a new instance of the TableOptions class. Constructor of object used to obtain queries of the LKSCHEMAS schema type.
Top
See Also