Click or drag to resize

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
)

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