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

Show in webframe

Result Property






Gets or sets a value indicating the result of the call to QueryCompositeInstancesAsync.
Syntax
public DataSet Result {get; set;}
'Declaration
 
Public Property Result As DataSet
'Usage
 
Dim instance As QueryCompositeInstancesArgs
Dim value As DataSet
 
instance.Result = value
 
value = instance.Result

            

            
public:
property DataSet^ Result {
   DataSet^ get();
   void set (    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

See Also

Reference

QueryCompositeInstancesArgs Class
QueryCompositeInstancesArgs 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