Jaa


EdmCoreModel.GetBoolean(Boolean) Method

Definition

Gets a reference to the Boolean primitive type definition.

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

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new primitive type reference.

Applies to