Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

QueryCompositeInstancesStarting Event (StorageDbDataAccessAgent)






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

            

            
public:
event EventHandler<QueryCompositeInstancesArgs^>^ QueryCompositeInstancesStarting
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.
Requirements

Target Platforms

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

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