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
)
パラメーター
- entityType
型: Microsoft.Data.Edm.IEdmEntityType
この参照によって参照される定義。
- isNullable
型: System.Boolean
型で null が許容されるかどうかを示します。