ObjectStateEntry::IsRelationship Property

 

Gets a value that indicates whether the ObjectStateEntry represents a relationship.

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

public:
property bool IsRelationship {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the ObjectStateEntry represents a relationship; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: