Share via


NullEdmComplexObject(IEdmComplexTypeReference) Constructor

Definition

Initializes a new instance of the NullEdmComplexObject class.

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

Parameters

edmType
IEdmComplexTypeReference

The EDM type of this object.

Applies to