Condividi tramite


Proprietà ObjectResult<T>.ElementType

[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 di ObjectResult<T>.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ElementType As Type 
    Get
'Utilizzo
Dim instance As ObjectResult 
Dim value As Type 

value = instance.ElementType
public override Type ElementType { get; }
public:
virtual property Type^ ElementType {
    Type^ get () override;
}
abstract ElementType : Type 
override ElementType : Type
override function get ElementType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo dell'oggetto ObjectResult<T>.

Vedere anche

Riferimento

ObjectResult<T> Classe

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