Поделиться через


DbQuery<TResult>.Implicit(DbQuery<TResult> to DbQuery) Оператор

Определение

Возвращает новый экземпляр неуниверсационного DbQuery класса для этого запроса.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbQuery (System.Data.Entity.Infrastructure.DbQuery<TResult> entry);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbQuery (System.Data.Entity.Infrastructure.DbQuery<TResult> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbQuery<'Result> -> System.Data.Entity.Infrastructure.DbQuery
Public Shared Widening Operator CType (entry As DbQuery(Of TResult)) As DbQuery

Параметры

entry
DbQuery<TResult>

Запрос.

Возвращаемое значение

Неуниверсиационная версия.

Атрибуты

Применяется к