Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the NullEdmComplexObject class.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public NullEdmComplexObject(
    IEdmComplexTypeReference edmType
)
public:
NullEdmComplexObject(
    IEdmComplexTypeReference^ edmType
)
new : 
        edmType:IEdmComplexTypeReference -> NullEdmComplexObject
Public Sub New (
    edmType As IEdmComplexTypeReference
)
Parameters
- edmType 
 Type: Microsoft.OData.Edm.IEdmComplexTypeReference- The EDM type of this object. 
See Also
NullEdmComplexObject Class
System.Web.OData Namespace
Return to top