Condividi tramite


Proprietà DbPropertyValues.PropertyNames

[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 il set di nomi di tutte le proprietà contenute in questo dizionario come set di sola lettura.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PropertyNames As IEnumerable(Of String)
    Get
'Utilizzo
Dim instance As DbPropertyValues 
Dim value As IEnumerable(Of String)

value = instance.PropertyNames
public IEnumerable<string> PropertyNames { get; }
public:
property IEnumerable<String^>^ PropertyNames {
    IEnumerable<String^>^ get ();
}
member PropertyNames : IEnumerable<string>
function get PropertyNames () : IEnumerable<String>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<String>
Nomi delle proprietà.

Vedere anche

Riferimento

DbPropertyValues Classe

Spazio dei nomi System.Data.Entity.Infrastructure