![]() | Lk |
The LkSchemasOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LkSchemasOptions | Initializes a new instance of the LkSchemasOptions class. The object is created with the default values for LKSCHEMAS type schemas. |
![]() | LkSchemasOptions(Boolean, Boolean, Int32, Int32) | Initializes a new instance of the LkSchemasOptions class. Constructor of object used to obtain SQLMODE type schemas.Creation options are allowed for SQLMODE type schemas. |
![]() | LkSchemasOptions(RowHeadersTYPE, Boolean, Int32, Int32) | Initializes a new instance of the LkSchemasOptions class. Constructor of object used to obtain DICTIONARIES type schemas.Creation options are allowed for DICTIONARIES type schemas. |
![]() | LkSchemasOptions(RowHeadersTYPE, Boolean, Boolean, Boolean, Int32, Int32) | Initializes a new instance of the LkSchemasOptions class. Constructor of object used to obtain LKSCHEMAS type schemas. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | 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 |
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 LkSchemas options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |