NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentReader Constructor (DocumentNavigator)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal dn As DocumentNavigator _
)
[C#]
public DocumentReader(
   DocumentNavigator dn
);
[C++]
public: DocumentReader(
   DocumentNavigator* dn
);
[JScript]
public function DocumentReader(
   dn : DocumentNavigator
);

Parameters

dn
[To be supplied.]

See Also

DocumentReader Class | DocumentReader Members | System.Data.XML Namespace | DocumentReader Constructor Overload List