다음을 통해 공유


DbQuery<TResult>.Implicit(DbQuery<TResult> to DbQuery) 연산자

정의

이 쿼리에 대한 제네릭 DbQuery 이 아닌 클래스의 새 instance 반환합니다.

[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>

쿼리입니다.

반환

제네릭이 아닌 버전입니다.

특성

적용 대상