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
)

参数

  • isNullable
    类型:System.Boolean
    表示该类型是否可为空。

请参阅

参考

EdmTypeReference 类

Microsoft.Data.Edm.Library 命名空间