Type Alias
Model.CompositeChildren
A convenience alias for
CompositeChildrenProperty. It is strongly recommended that callers use this alias rather than referencing CompositeChildrenProperty directly whenever possible.typealias CompositeChildren<To> = CompositeChildrenProperty<Self, To> where To : Model, Self.IDValue : Fields