←Select platform

Command Property

Summary

Gets or sets the System.Data.Common.DbCommand being executed asynchronously.

Syntax
C#
VB
C++
public DbCommand Command { get; set; } 
Public Property Command() As System.Data.Common.DbCommand 
   Get 
   Set 
public:  
   property System::Data::Common::DbCommand^ Command 
   { 
      System::Data::Common::DbCommand^ get() 
      void set(System::Data::Common::DbCommand^ value) 
   } 

Property Value

the System.Data.Common.DbCommand being executed asynchronously

Remarks

For more information, refer to QueryCompositeInstancesAsync.

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