Delen via


EdmTypeSemantics.IsString Method

Definition

Overloads

IsString(IEdmType)

Returns true if this definition refers to a string type.

IsString(IEdmTypeReference)

Returns true if this reference refers to a string type.

IsString(IEdmType)

Returns true if this definition refers to a string type.

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

Parameters

type
IEdmType

Type reference.

Returns

This definition refers to a string type.

Applies to

IsString(IEdmTypeReference)

Returns true if this reference refers to a string type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a string type.

Applies to