次の方法で共有


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 名前空間