←Select platform

Result Property

Summary

Gets or sets a value indicating the result of the call to QueryCompositeInstancesAsync.

Syntax

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

Property Value

the result of the call to QueryCompositeInstancesAsync

Remarks

When receiving the QueryCompositeInstancesCompleted event, this contains the result of the query. For more information, refer to QueryCompositeInstancesAsync.

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