| Visual Basic (Declaration) | |
|---|---|
Public Property DatasetLoaded As Boolean  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public bool DatasetLoaded {get; set;}  | |
Return Value
True if the DatasetInstance is loaded; otherwise it is false.If this value is false the DatasetInstance will be null
.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code