Compartir a través de


EdmTypeSemantics.IsString Método

Definición

Sobrecargas

IsString(IEdmType)

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

IsString(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo de cadena.

IsString(IEdmType)

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

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

Parámetros

type
IEdmType

Referencia de tipo.

Devoluciones

Esta definición hace referencia a un tipo de cadena.

Se aplica a

IsString(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo de cadena.

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo de cadena.

Se aplica a