Compartir a través de


EdmTypeSemantics.IsSByte(IEdmTypeReference) Método

Definición

Devuelve true si esta referencia hace referencia a un tipo SByte.

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo SByte.

Se aplica a