←Select platform

QueryCompositeInstancesArgs Constructor

Summary

Initializes a new instance of the QueryCompositeInstancesArgs class with explicit parameters.

Syntax
C#
VB
C++
public QueryCompositeInstancesArgs( 
   DbCommand command, 
   bool cancelled 
) 
Public Sub New(ByVal command As System.Data.Common.DbCommand, ByVal cancelled As Boolean) 
public:  
   QueryCompositeInstancesArgs(System::Data::Common::DbCommand^ command, bool cancelled) 

Parameters

command

the System.Data.Common.DbCommand being executed asynchronously

cancelled

a value indicating if the call to QueryCompositeInstancesAsync has been cancelled

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly