WritingEntryArgs(ODataResource, Object) 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 WritingEntryArgs class.
public WritingEntryArgs (Microsoft.OData.ODataResource entry, object entity);
new Microsoft.OData.Client.WritingEntryArgs : Microsoft.OData.ODataResource * obj -> Microsoft.OData.Client.WritingEntryArgs
Public Sub New (entry As ODataResource, entity As Object)
Parameters
- entry
- ODataResource
The entry.
- entity
- Object
The entity.