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
)
參數
- entityType
型別:Microsoft.Data.Edm.IEdmEntityType