Partilhar via


EdmTypeSemantics.IsUntyped Método

Definição

Sobrecargas

IsUntyped(IEdmTypeReference)

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

IsUntyped(IEdmType)

Retornará true se essa definição se referir a um tipo não tipado.

IsUntyped(IEdmTypeReference)

Retornará true se essa referência se referir a um 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

Referência de tipo.

Retornos

Essa referência refere-se a um tipo Edm.Untyped.

Aplica-se a

IsUntyped(IEdmType)

Retornará true se essa definição se referir a um tipo não tipado.

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

Referência de tipo.

Retornos

Essa definição refere-se a um tipo de cadeia de caracteres.

Aplica-se a