DataServiceQuery<TElement>.ElementType Propiedad

Definición

Devuelve el tipo del objeto usado en la plantilla para crear la instancia de DataServiceQuery<TElement>.

public:
 virtual property Type ^ ElementType { Type ^ get(); };
public override Type ElementType { get; }
member this.ElementType : Type
Public Overrides ReadOnly Property ElementType As Type

Valor de propiedad

Devuelve un Type que representa el tipo usado en la plantilla cuando se crea la consulta.

Implementaciones

Comentarios

Obtiene el tipo representado por T en los métodos genéricos: CreateQuery o CreateQuery.

Se aplica a