NSEntityDescription.Subentities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of the subentities for this entity.
public virtual CoreData.NSEntityDescription[] Subentities { [Foundation.Export("subentities", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setSubentities:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Subentities : CoreData.NSEntityDescription[] with get, set
Property Value
- Attributes