EdmTypeReference 建構函式
建立 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。