MetadataProperty.IsAnnotation-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft einen booleschen Wert ab, der angibt, ob es sich bei der Metadateneigenschaft um eine Anmerkung handelt.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property IsAnnotation As Boolean
Get
'Usage
Dim instance As MetadataProperty
Dim value As Boolean
value = instance.IsAnnotation
public bool IsAnnotation { get; }
public:
property bool IsAnnotation {
bool get ();
}
member IsAnnotation : bool
function get IsAnnotation () : boolean
Eigenschaftswert
Typ: System.Boolean