ObjectStateEntry::SetModifiedProperty Method (String^)

 

Marks the specified property as modified.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
virtual void SetModifiedProperty(
	String^ propertyName
) abstract

Parameters

propertyName
Type: System::String^

The name of the property.

.NET Framework
Available since 3.5
Return to top
Show: