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!

DocumentNavigator.Select (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub Select( _
   ByVal xpathexpr As String _
)
[C#]
public virtual void Select(
   string xpathexpr
);
[C++]
public: virtual void Select(
   String* xpathexpr
);
[JScript]
public function Select(
   xpathexpr : String
);

Parameters

xpathexpr
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace | DocumentNavigator.Select Overload List