Returns the
EntityReferenceBase for this navigation property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetEntityReference( _
ByVal entity As Object _
) As EntityReferenceBase |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As NavigationEntityProperty
Dim entity As Object
Dim value As EntityReferenceBase
value = instance.GetEntityReference(entity) |
| C# | |
|---|
public EntityReferenceBase GetEntityReference(
object entity
) |
| C++/CLI | |
|---|
public:
EntityReferenceBase^ GetEntityReference(
Object^ entity
) |
Parameters
- entity
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also