EntityKeyMetadata.IsManaged Property

Definition

Gets or sets a Boolean value that specifies whether entity key metadata is managed or not.

public:
 property Nullable<bool> IsManaged { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsManaged { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsManaged : Nullable<bool>
Public ReadOnly Property IsManaged As Nullable(Of Boolean)

Property Value

True if it is managed, false otherwise.

Attributes

Applies to