Current primary key of the entity if modified

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object ModifiedKey { get; set; }
Visual Basic
Public Property ModifiedKey As Object
	Get
	Set
Visual C++
public:
property Object^ ModifiedKey {
	Object^ get ();
	void set (Object^ value);
}

See Also