Holds a boolean value. This value indicates weather the record values have been loaded into the object's properties.
if (this.IsLoaded)
{
//codeBlock
}
As in the above example, IsLoaded property can be used to determine weather the record values have been loaded or not. Also it can be combined with the IsDirty property to see if the values have been changed since they were last loaded.
| C# | |
|---|---|
virtual bool IsLoaded {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0