EdmTypeSemantics.IsPath(IEdmTypeReference) Method

Definition

Returns true if this reference refers to a path type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a path type.

Applies to