Proprietà ObjectResult.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.]
Quando sottoposto a override in una classe derivata, ottiene il tipo dell'oggetto ObjectResult<T> generico.
Spazio dei nomi: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property ElementType As Type
Get
'Utilizzo
Dim instance As ObjectResult
Dim value As Type
value = instance.ElementType
public abstract Type ElementType { get; }
public:
virtual property Type^ ElementType {
Type^ get () abstract;
}
abstract ElementType : Type
abstract function get ElementType () : Type
Valore proprietà
Tipo: System.Type
Tipo dell'oggetto ObjectResult<T> generico.