Sdílet prostřednictvím


EdmTypeSemantics.IsString Metoda

Definice

Přetížení

IsString(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na typ řetězce.

IsString(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ řetězce.

IsString(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na typ řetězce.

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

Parametry

type
IEdmType

Typ odkazu.

Návraty

Tato definice odkazuje na typ řetězce.

Platí pro

IsString(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ řetězce.

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

Parametry

type
IEdmTypeReference

Typ odkazu.

Návraty

Tento odkaz odkazuje na typ řetězce.

Platí pro