Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- entityType
Type: Microsoft.Data.Edm.IEdmEntityType
The entity type.