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