Share via


EdmTypeSemantics.IsSByte(IEdmTypeReference) Method

Definition

Returns true if this reference refers to an SByte type.

public static bool IsSByte (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsSByte : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsSByte (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to an SByte type.

Applies to