
Visual Basic (Declaration) | |
---|---|
Public Class EntityQueriedEventArgs Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of IEnumerable) Implements INotifyCompletedArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityQueriedEventArgs |
C# | |
---|---|
public class EntityQueriedEventArgs : IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable>, INotifyCompletedArgs |
C++/CLI | |
---|---|
public ref class EntityQueriedEventArgs : public IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable>, INotifyCompletedArgs |
If you have called EntityManager.ExecuteQueryAsync with a callback specified, that callback will be called with an instance of EntityQueriedEventArgs representing the status of the fetch operation.
The Result contains an IEnumerable holding the data fetched. The list might be empty if the query was satisfied from cache only. If a span query was used, multiple entity types may be found in the list.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
IdeaBlade.EntityModel.EntityQueriedEventArgs
Target 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