NullEdmComplexObject(IEdmComplexTypeReference) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.