创建 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
表示该类型是否可为空。