EdmCoreModel.GetBoolean 方法

获取对布尔值类型的引用。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Function GetBoolean ( _
    isNullable As Boolean _
) As IEdmPrimitiveTypeReference
用法
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmPrimitiveTypeReference

returnValue = instance.GetBoolean(isNullable)
public IEdmPrimitiveTypeReference GetBoolean(
    bool isNullable
)
public:
IEdmPrimitiveTypeReference^ GetBoolean(
    bool isNullable
)
member GetBoolean : 
        isNullable:bool -> IEdmPrimitiveTypeReference 
public function GetBoolean(
    isNullable : boolean
) : IEdmPrimitiveTypeReference

参数

  • isNullable
    类型:System.Boolean
    若要指示引用的类型可以为 null,则为 true;否则为 false。

返回值

类型:Microsoft.Data.Edm.IEdmPrimitiveTypeReference
布尔值类型引用。

请参阅

参考

EdmCoreModel 类

Microsoft.Data.Edm.Library 命名空间