
Visual Basic (Declaration) | |
---|---|
Public Class EntityScalarQueriedEventArgs Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of IEnumerable) Implements INotifyCompletedArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityScalarQueriedEventArgs |
C# | |
---|---|
public class EntityScalarQueriedEventArgs : IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable>, INotifyCompletedArgs |
C++/CLI | |
---|---|
public ref class EntityScalarQueriedEventArgs : public IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable>, INotifyCompletedArgs |
See IdeaBlade.EntityModel.EntityScalarAsyncExtensions for the scalar methods which may be executed asynchronously. The Completed event handler on the EntityScalarQueryOperation<T> returned from these methods will be called with an instance of EntityScalarQueriedEventArgs representing the results of the query operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
IdeaBlade.EntityModel.EntityScalarQueriedEventArgs
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