←Select platform

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

Leadtools.Medical.Workstation.Client Assembly