Partilhar via


EdmTypeSemantics.IsComplex(IEdmTypeReference) Método

Definição

Retornará true se essa referência se referir a um tipo complexo.

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

Referência de tipo.

Retornos

Essa referência refere-se a um tipo complexo.

Aplica-se a