Returns the equivalent generic DbQuery<TResult> object.
public DbQuery<TElement> Cast<TElement>()
The generic set object.
The type of element for which the query was created.
DbQuery ClassSystem.Data.Entity.Infrastructure Namespace