DatasetLoaded Property
Syntax
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.