Click or drag to resize

TableOptions Properties

Linkar Framework for .NET and Core


The TableOptions type exposes the following members.

Properties
 NameDescription
Public propertyApplyConversion Execute Conversions: With Dictionaries, conversion defined in the dictionary. With Schemas conversions defined in Linkar Schemas.
Public propertyApplyFormat Execute Formats. With Dictionaries, formats defined in the dictionary. With Schemas formats defined in Linkar Schemas.
Public propertyCalculated Return the resulting values from the calculated dictionaries.
Public propertyOnlyVisibles Use only Visible Schemas and Properties.
Public propertyPagination Indicates if pagination is being used or not.
Public propertyPagination_NumPage In case of pagination it indicates the page number to obtain. Must be greater than 0.
Public propertyPagination_RegPage In case of pagination indicates the number of records by page. It must be bigger than 0.
Public propertyRepeatValues Repeat common atributes in MV and SV groups.
Public propertyRowHeaders Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings).
Public propertyRowProperties First row contains property names.
Public propertySchemaType Indicates the type of LkSchemas used
Public propertySqlMode SQLMODE type schemas
Public propertyUsePropertiesNames Use Properties and Table names.
Top
See Also