Freigeben über


EdmCoreModel.GetBoolean-Methode

Ruft einen Verweis auf einen booleschen Typ ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function GetBoolean ( _
    isNullable As Boolean _
) As IEdmPrimitiveTypeReference
'Usage
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

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Ein boolescher Typverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace