| Visual Basic (Declaration) | |
|---|---|
Overloads Function EndExecuteQuery(Of T)( _ ByVal asyncResult As IAsyncResult _ ) As IEnumerable(Of T) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IEntityManagerAsync Dim asyncResult As IAsyncResult Dim value As IEnumerable(Of T) value = instance.EndExecuteQuery(Of T)(asyncResult) | |
| C# | |
|---|---|
IEnumerable<T> EndExecuteQuery<T>( IAsyncResult asyncResult ) | |
| C++/CLI | |
|---|---|
IEnumerable<T^>^ EndExecuteQuerygeneric<typename T> ( IAsyncResult^ asyncResult ) | |
Parameters
- asyncResult
Type Parameters
- T
Return Value
An IEnumerable{T} containing the returned entitiesTarget Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family