Compartir a través de


EdmTypeSemantics.IsUntyped Método

Definición

Sobrecargas

IsUntyped(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo Edm.Untyped.

IsUntyped(IEdmType)

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

IsUntyped(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo Edm.Untyped.

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo Edm.Untyped.

Se aplica a

IsUntyped(IEdmType)

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

public static bool IsUntyped (this Microsoft.OData.Edm.IEdmType type);
static member IsUntyped : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsUntyped (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