Condividi tramite


Proprietà ObjectParameter.Name

[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 nome del parametro che può essere impostato solo tramite un costruttore.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As ObjectParameter 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Nome del parametro che può essere impostato solo tramite un costruttore.

Vedere anche

Riferimento

ObjectParameter Classe

Spazio dei nomi System.Data.Entity.Core.Objects