Delen via


EdmPathTypeReference(IEdmPathType, Boolean) Constructor

Definition

Constructor

public EdmPathTypeReference (Microsoft.OData.Edm.IEdmPathType definition, bool isNullable);
new Microsoft.OData.Edm.EdmPathTypeReference : Microsoft.OData.Edm.IEdmPathType * bool -> Microsoft.OData.Edm.EdmPathTypeReference
Public Sub New (definition As IEdmPathType, isNullable As Boolean)

Parameters

definition
IEdmPathType

IEdmPathType definition.

isNullable
Boolean

nullable or not.

Applies to