LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

QueryCompositeInstancesCompleted Event (StorageDbDataAccessAgent)

Show in webframe





Occurs when the QueryCompositeInstancesAsync is completed.
Syntax
public event EventHandler<QueryCompositeInstancesArgs> QueryCompositeInstancesCompleted
'Declaration
 
Public Event QueryCompositeInstancesCompleted As EventHandler(Of QueryCompositeInstancesArgs)
'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim handler As EventHandler(Of QueryCompositeInstancesArgs)
 
AddHandler instance.QueryCompositeInstancesCompleted, handler

            

            
public:
event EventHandler<QueryCompositeInstancesArgs^>^ QueryCompositeInstancesCompleted
Event Data

The event handler receives an argument of type QueryCompositeInstancesArgs containing data related to this event. The following QueryCompositeInstancesArgs properties provide information specific to this event.

PropertyDescription
Cancelled Gets or sets a value indicating if the call to QueryCompositeInstancesAsync has been cancelled.
Command Gets or sets the System.Data.Common.DbCommand being executed asynchronously.
Result Gets or sets a value indicating the result of the call to QueryCompositeInstancesAsync.
Remarks
When this event is received, the result of the query is contained in QueryCompositeInstancesArgs.Result
Requirements

Target Platforms

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features