EdmTypeReference クラスの新しいインスタンスを作成します。
名前空間: Microsoft.Data.Edm.Library
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Protected Sub New ( _
definition As IEdmType, _
isNullable As Boolean _
)
'使用
Dim definition As IEdmType
Dim isNullable As Boolean
Dim instance As New EdmTypeReference(definition, _
isNullable)
protected EdmTypeReference(
IEdmType definition,
bool isNullable
)
protected:
EdmTypeReference(
IEdmType^ definition,
bool isNullable
)
new :
definition:IEdmType *
isNullable:bool -> EdmTypeReference
protected function EdmTypeReference(
definition : IEdmType,
isNullable : boolean
)
パラメーター
- definition
型: Microsoft.Data.Edm.IEdmType
この値を記述する型。
- isNullable
型: System.Boolean
型で null が許容されるかどうかを示します。