Compartir a través de


EdmTypeSemantics.IsBinary Método

Definición

Sobrecargas

IsBinary(IEdmTypeReference)

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

IsBinary(IEdmType)

Devuelve true si esta definición hace referencia a un tipo binario.

IsBinary(IEdmTypeReference)

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

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo binario.

Se aplica a

IsBinary(IEdmType)

Devuelve true si esta definición hace referencia a un tipo binario.

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

Parámetros

type
IEdmType

Referencia de tipo.

Devoluciones

Esta definición hace referencia a un tipo binario.

Se aplica a