Condividi tramite


Proprietà DbPropertyExpression.Property

[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 i metadati di proprietà per la proprietà da recuperare.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "Property")> _
Public Overridable ReadOnly Property Property As EdmMember 
    Get
'Utilizzo
Dim instance As DbPropertyExpression 
Dim value As EdmMember 

value = instance.Property
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")]
public virtual EdmMember Property { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"Property")]
public:
virtual property EdmMember^ Property {
    EdmMember^ get ();
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
abstract Property : EdmMember
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
override Property : EdmMember
function get Property () : EdmMember

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.EdmMember
Metadati di proprietà per la proprietà da recuperare.

Vedere anche

Riferimento

DbPropertyExpression Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees