DataServiceQuery<TElement>.ElementType Propiedad
Devuelve el tipo del objeto usado en la plantilla para crear la instancia de DataServiceQuery<TElement>.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property ElementType As Type
Get
'Uso
Dim instance As DataServiceQuery
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
Valor de la propiedad
Tipo: System.Type
Devuelve un Type que representa el tipo usado en la plantilla cuando se crea la consulta.
Implementa
Comentarios
Obtiene el tipo representado por T en los métodos genéricos: CreateQuery``1(Uri) o CreateQuery<T>.