DataMappedObject.IsRefreshedObject Property

Definition

Gets a value indicating whether the current generic data object is refreshed, and thus has updated information.

protected:
 property bool IsRefreshedObject { bool get(); };
protected bool IsRefreshedObject { get; }
member this.IsRefreshedObject : bool
Protected ReadOnly Property IsRefreshedObject As Boolean

Property Value

true if the current generic data object is refreshed; otherwise, false.

Applies to