Click or drag to resize

MetaTableInfo Constructor

Fully qualified constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MetaTableInfo(
	string name,
	string dataSource,
	string detailMOP,
	string primaryKey,
	string mapperKey
)

Parameters

name
Type: SystemString
The name of the table.
dataSource
Type: SystemString
The name of the datasource in which the table resides.
detailMOP
Type: SystemString
The MOP for the detail page used, by default, to view this table.
primaryKey
Type: SystemString
The primary key column in the table.
mapperKey
Type: SystemString
The default mapper used, by default, to view and manipulate this table.
See Also