DbSet<TEntity>.IQueryable.ElementType Property

Definition

Gets the IQueryable element type.

Type System.Linq.IQueryable.ElementType { get; }
member this.System.Linq.IQueryable.ElementType : Type
 ReadOnly Property ElementType As Type Implements IQueryable.ElementType

Property Value

Implements

Remarks

See Querying data with EF Core for more information and examples.

Applies to