Click or drag to resize

LkPropertiesOptions(RowHeadersTYPE, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LkPropertiesOptions class. Constructor of object used to obtain a list of Properties of the LKSCHEMAS schema type.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public LkPropertiesOptions(
	RowHeadersTYPE rowHeaders,
	bool rowProperties,
	bool onlyVisibles,
	bool usePropertyNames,
	bool pagination = false,
	int regPage = 10,
	int numPage = 1
)

Parameters

rowHeaders  RowHeadersTYPE
Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings).
rowProperties  Boolean
First row contains property names.
onlyVisibles  Boolean
Use only Visible Schemas and Properties.
usePropertyNames  Boolean
Use Properties and Table names.
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