![]() | Table |
The TableOptions type exposes the following members.
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(RowHeadersTYPE, Boolean, Boolean, Int32, Int32) | Initializes a new instance of the TableOptions class. Constructor of object used to perform queries without schema information. |
![]() | TableOptions(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. |
![]() | TableOptions(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. |
![]() | TableOptions(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. |
Name | Description | |
---|---|---|
![]() | ApplyConversion | Execute Conversions: With Dictionaries, conversion defined in the dictionary. With Schemas conversions defined in Linkar Schemas. |
![]() | ApplyFormat | Execute Formats. With Dictionaries, formats defined in the dictionary. With Schemas formats defined in Linkar Schemas. |
![]() | Calculated | Return the resulting values from the calculated dictionaries. |
![]() | OnlyVisibles | Use only Visible Schemas and Properties. |
![]() | Pagination | Indicates if pagination is being used or not. |
![]() | Pagination_NumPage | In case of pagination it indicates the page number to obtain. Must be greater than 0. |
![]() | Pagination_RegPage | In case of pagination indicates the number of records by page. It must be bigger than 0. |
![]() | RepeatValues | Repeat common atributes in MV and SV groups. |
![]() | RowHeaders | Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings). |
![]() | RowProperties | First row contains property names. |
![]() | SchemaType | Indicates the type of LkSchemas used |
![]() | SqlMode | SQLMODE type schemas |
![]() | UsePropertiesNames | Use Properties and Table names. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString |
Composes the GetTable options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |