Share via


EdmCoreModel.GetSByte(Boolean) Method

Definition

Gets a reference to the SByte primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetSByte (bool isNullable);
member this.GetSByte : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetSByte (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