DbQuery<TResult> Implicit 変換 (DbQuery<TResult> to DbQuery)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
このクエリに対して非ジェネリック DbQuery クラスの新しいインスタンスを返します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Shared Widening Operator CType ( _
entry As DbQuery(Of TResult) _
) As DbQuery
'使用
Dim input As DbQuery(Of TResult)
Dim output As DbQuery
output = CType(input, DbQuery)
public static implicit operator DbQuery (
DbQuery<TResult> entry
)
static implicit operator DbQuery^ (
DbQuery<TResult>^ entry
)
JScript supports the use of custom casts, but not the declaration of new ones.
パラメーター
- entry
型 : System.Data.Entity.Infrastructure.DbQuery<TResult>
クエリです。
戻り値
型 : System.Data.Entity.Infrastructure.DbQuery
非ジェネリック バージョン。