ODataResourceWrapper(ODataResource) 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 ODataResourceWrapper.
public ODataResourceWrapper (Microsoft.OData.ODataResource item);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceWrapper : Microsoft.OData.ODataResource -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceWrapper
Public Sub New (item As ODataResource)
Parameters
- item
- ODataResource
The wrapped item.