Condividi tramite


Proprietà MetadataProperty.IsAnnotation

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore booleano che indica se la proprietà dei metadati è un'annotazione.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsAnnotation As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean

Vedere anche

Riferimento

MetadataProperty Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm