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!

CoreXmlReader Constructor (INameTable)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub New( _
   ByVal nt As INameTable _
)
[C#]
protected CoreXmlReader(
   INameTable nt
);
[C++]
protected: CoreXmlReader(
   INameTable* nt
);
[JScript]
protected function CoreXmlReader(
   nt : INameTable
);

Parameters

nt
[To be supplied.]

See Also

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