次の方法で共有


IDbAsyncEnumerator.Current プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

イテレーション内の現在の要素を取得します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
ReadOnly Property Current As Object 
    Get
'使用
Dim instance As IDbAsyncEnumerator 
Dim value As Object 

value = instance.Current
Object Current { get; }
property Object^ Current {
    Object^ get ();
}
abstract Current : Object
function get Current () : Object

プロパティ値

型 : System.Object

参照

参照

IDbAsyncEnumerator Interface

System.Data.Entity.Infrastructure 名前空間