Bagikan melalui


EdmEntityReferenceType Constructor

Initializes a new instance of the EdmEntityReferenceType class.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    entityType As IEdmEntityType _
)
'Usage
Dim entityType As IEdmEntityType 

Dim instance As New EdmEntityReferenceType(entityType)
public EdmEntityReferenceType(
    IEdmEntityType entityType
)
public:
EdmEntityReferenceType(
    IEdmEntityType^ entityType
)
new : 
        entityType:IEdmEntityType -> EdmEntityReferenceType
public function EdmEntityReferenceType(
    entityType : IEdmEntityType
)

Parameters

See Also

Reference

EdmEntityReferenceType Class

Microsoft.Data.Edm.Library Namespace