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
)
Public Sub New (
name As String,
dataSource As String,
detailMOP As String,
primaryKey As String,
mapperKey As String
)
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