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!

XmlReader Constructor (String, INameTable)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal url As String, _
   ByVal nt As INameTable _
)
[C#]
public XmlReader(
   string url,
   INameTable nt
);
[C++]
public: XmlReader(
   String* url,
   INameTable* nt
);
[JScript]
public function XmlReader(
   url : String,
   nt : INameTable
);

Parameters

url
[To be supplied.]
nt
[To be supplied.]

See Also

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