Freigeben über


EdmTypeSemantics.IsUntyped Methode

Definition

Überlädt

IsUntyped(IEdmTypeReference)

Gibt true zurück, wenn dieser Verweis auf einen Edm.Untyped-Typ verweist.

IsUntyped(IEdmType)

Gibt true zurück, wenn diese Definition auf einen nicht typisierten Typ verweist.

IsUntyped(IEdmTypeReference)

Gibt true zurück, wenn dieser Verweis auf einen Edm.Untyped-Typ verweist.

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

Parameter

type
IEdmTypeReference

Typverweis.

Gibt zurück

Dieser Verweis bezieht sich auf einen Edm.Untyped-Typ.

Gilt für:

IsUntyped(IEdmType)

Gibt true zurück, wenn diese Definition auf einen nicht typisierten Typ verweist.

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

Parameter

type
IEdmType

Typverweis.

Gibt zurück

Diese Definition bezieht sich auf einen Zeichenfolgentyp.

Gilt für: