DbQuery<TResult>Implicit Conversion (DbQuery<TResult> to DbQuery)

 

Returns a new instance of the non-generic DbQuery class for this query.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public static implicit operator DbQuery (
	DbQuery<TResult> entry
)

Parameters

entry
Type: System.Data.Entity.Infrastructure.DbQuery<TResult>

The query.

Return Value

Type: System.Data.Entity.Infrastructure.DbQuery

A non-generic version.