Click or drag to resize

TableOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Constructor

Linkar Framework .NET (Core and Framework)


Initializes a new instance of the TableOptions class. Constructor of object used to perform queries of the SQLMODE type schemas.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public TableOptions(
	bool onlyVisibles,
	bool applyConversion,
	bool applyFormat,
	bool calculated,
	bool pagination = false,
	int regPage = 10,
	int numPage = 1
)

Parameters

onlyVisibles  Boolean
Use only Visible Schemas and Properties.
applyConversion  Boolean
Execute Conversions: With Dictionaries, conversion defined in the dictionary. With Schemas conversions defined in Linkar Schemas.
applyFormat  Boolean
Execute Formats. With Dictionaries, formats defined in the dictionary. With Schemas formats defined in Linkar Schemas.
calculated  Boolean
Return the resulting values from the calculated dictionaries.
pagination  Boolean  (Optional)
True if pagination is being used.
regPage  Int32  (Optional)
For use with pagination, indicates the number of records by page. Must be greater than 0.
numPage  Int32  (Optional)
For use with pagination, indicates the page number to obtain. Must be greater than 0.
See Also