Partager via


EntitySet<TEntity>.IQueryable.ElementType - Propriété

Obtient le type des éléments dans le EntitySet<TEntity>.

Espace de noms :  Microsoft.SharePoint.Linq
Assembly :  Microsoft.SharePoint.Linq (dans Microsoft.SharePoint.Linq.dll)

Syntaxe

'Déclaration
Private ReadOnly Property ElementType As Type
    Implements IQueryable.ElementType
    Get
'Utilisation
Dim instance As EntitySet
Dim value As Type

value = CType(instance, IQueryable).ElementType
TypeIQueryable.ElementType { get; }

Valeur de propriété

Type : System.Type
Un objet Type qui représente le type des éléments dans la collection.

Implémentations

IQueryable.ElementType

Voir aussi

Référence

EntitySet<TEntity> classe

EntitySet<TEntity> - Membres

Microsoft.SharePoint.Linq - Espace de noms