Compartir a través de


EdmTypeSemantics.IsComplex(IEdmTypeReference) Método

Definición

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

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo complejo.

Se aplica a