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