Condividi tramite


Proprietà ObjectParameter.ParameterType

[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 tipo del parametro.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ParameterType As Type 
    Get
'Utilizzo
Dim instance As ObjectParameter 
Dim value As Type 

value = instance.ParameterType
public Type ParameterType { get; }
public:
property Type^ ParameterType {
    Type^ get ();
}
member ParameterType : Type
function get ParameterType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type del parametro.

Vedere anche

Riferimento

ObjectParameter Classe

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