EdmEntityReferenceType 构造函数

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Sub New ( _
    entityType As IEdmEntityType _
)
用法
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
)

参数

请参阅

参考

EdmEntityReferenceType 类

Microsoft.Data.Edm.Library 命名空间