ObjectTypeRelationship Constructor |
ctor
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ObjectTypeRelationship(
string type,
string key,
string parentKey,
bool isPoly,
string relFilter
)
Public Sub New (
type As String,
key As String,
parentKey As String,
isPoly As Boolean,
relFilter As String
)
Parameters
- type
- Type: SystemString
The child's Object Type - key
- Type: SystemString
The foreign key of the relationship - parentKey
- Type: SystemString
The parent key, if not specified, the primary key name of the parent. - isPoly
- Type: SystemBoolean
This relationship is polymorphic (implicitly defined) - relFilter
- Type: SystemString
Relationship Filter
See Also