DbServer.RelationChildren Property | |
The returns the array of children that were registered with SetRelation()
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RelationChildren AS USUAL GET SET
public virtual Usual RelationChildren { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe array of children that were registered with SetRelation()
See Also