EntityKeyMetadata.IsManaged 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 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