Freigeben über


EdmCoreModel.GetBoolean(Boolean) Methode

Definition

Ruft einen Verweis auf die Definition des booleschen Grundtyps ab.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetBoolean (bool isNullable);
member this.GetBoolean : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetBoolean (isNullable As Boolean) As IEdmPrimitiveTypeReference

Parameter

isNullable
Boolean

Flag, das angibt, ob der Typ, auf den verwiesen wird, NULL-Werte zulassen soll.

Gibt zurück

Ein neuer Grundtypverweis.

Gilt für: