ReadingEntryArgs Constructor

Initializes a new instance of the ReadingEntryArgs class.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    entry As ODataEntry _
)
'Usage
Dim entry As ODataEntry 

Dim instance As New ReadingEntryArgs(entry)
public ReadingEntryArgs(
    ODataEntry entry
)
public:
ReadingEntryArgs(
    ODataEntry^ entry
)
new : 
        entry:ODataEntry -> ReadingEntryArgs
public function ReadingEntryArgs(
    entry : ODataEntry
)

Parameters

See Also

Reference

ReadingEntryArgs Class

System.Data.Services.Client Namespace