Compartir a través de


EdmTypeSemantics.IsStructured Método

Definición

Sobrecargas

IsStructured(IEdmTypeReference)

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

IsStructured(EdmTypeKind)

Devuelve true si este tipo representa un tipo estructurado.

IsStructured(IEdmTypeReference)

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

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo estructurado.

Se aplica a

IsStructured(EdmTypeKind)

Devuelve true si este tipo representa un tipo estructurado.

public static bool IsStructured (this Microsoft.OData.Edm.EdmTypeKind typeKind);
static member IsStructured : Microsoft.OData.Edm.EdmTypeKind -> bool
<Extension()>
Public Function IsStructured (typeKind As EdmTypeKind) As Boolean

Parámetros

typeKind
EdmTypeKind

Referencia al objeto que realiza la llamada.

Devoluciones

Este tipo hace referencia a un tipo estructurado.

Se aplica a