Share via


NSManagedObject.GetEntityDescription Method

Definition

Gets the entity description for the receiver.

[Foundation.Export("entity")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSEntityDescription GetEntityDescription();
[<Foundation.Export("entity")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetEntityDescription : unit -> CoreData.NSEntityDescription

Returns

The entity description for the receiver.

Attributes

Applies to