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 public PFRelation GetObjectRelationByName(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
PFRelationThe entities if found, else null.
See Also