次の方法で共有


EdmEntityTypeReference コンストラクター

EdmEntityTypeReference クラスの新しいインスタンスを作成します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Sub New ( _
    entityType As IEdmEntityType, _
    isNullable As Boolean _
)
'使用
Dim entityType As IEdmEntityType
Dim isNullable As Boolean

Dim instance As New EdmEntityTypeReference(entityType, _
    isNullable)
public EdmEntityTypeReference(
    IEdmEntityType entityType,
    bool isNullable
)
public:
EdmEntityTypeReference(
    IEdmEntityType^ entityType, 
    bool isNullable
)
new : 
        entityType:IEdmEntityType * 
        isNullable:bool -> EdmEntityTypeReference
public function EdmEntityTypeReference(
    entityType : IEdmEntityType, 
    isNullable : boolean
)

パラメーター

  • isNullable
    型: System.Boolean
    型で null が許容されるかどうかを示します。

関連項目

参照

EdmEntityTypeReference クラス

Microsoft.Data.Edm.Library 名前空間