EntityContainer.IChangeTracking.IsChanged Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the object's changed status.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Private ReadOnly Property IsChanged As Boolean
    Implements IChangeTracking.IsChanged
    Get
'Usage
Dim instance As EntityContainer
Dim value As Boolean

value = CType(instance, IChangeTracking).IsChanged
bool IChangeTracking.IsChanged { get; }
private:
virtual property bool IsChanged {
    bool get () sealed = IChangeTracking::IsChanged::get;
}
private abstract IsChanged : bool
private override IsChanged : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
true if the object’s content has changed since the last call to AcceptChanges; otherwise, false.

Implements

IChangeTracking.IsChanged

Remarks

This member is an explicit interface member implementation. It can be used only when the EntityContainer instance is cast to an IChangeTracking interface.

See Also

Reference

EntityContainer Class

System.ServiceModel.DomainServices.Client Namespace