Jaa


EdmCoreModel.GetAnnotationPath(Boolean) Method

Definition

Gets a reference to the Edm.AnnotationPath type definition.

public Microsoft.OData.Edm.IEdmPathTypeReference GetAnnotationPath (bool isNullable);
member this.GetAnnotationPath : bool -> Microsoft.OData.Edm.IEdmPathTypeReference
Public Function GetAnnotationPath (isNullable As Boolean) As IEdmPathTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new Edm.AnnotationPath type reference.

Applies to