DatasetLoaded Property

Summary
Gets A System.Boolean value indicating whether the DatasetInstance is loaded. true if loaded; otherwise it is false.
Syntax
C#
VB
C++
public bool DatasetLoaded { get; set; } 
  
Public Property DatasetLoaded As Boolean 
public: 
property bool DatasetLoaded { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the DatasetInstance is loaded; otherwise it is false.

Remarks

If this value is false the DatasetInstance will be null

.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.Client Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.