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