←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly