Share via


NullEdmComplexObject(IEdmComplexTypeReference) Constructor

Definition

Initializes a new instance of the NullEdmComplexObject class.

public NullEdmComplexObject (Microsoft.OData.Edm.IEdmComplexTypeReference edmType);
new Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject : Microsoft.OData.Edm.IEdmComplexTypeReference -> Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject
Public Sub New (edmType As IEdmComplexTypeReference)

Parameters

edmType
IEdmComplexTypeReference

The EDM type of this object.

Applies to