Click or drag to resize

PFRelationalObjectGetObjectRelationByName Method

Gets a children entities relation by its name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFRelation GetObjectRelationByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: PFRelation
The entities if found, else null.
See Also