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 (INameTable)

[To be supplied.]

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

Parameters

nt
[To be supplied.]

See Also

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