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!

IDataNavigator.Select (String)

[To be supplied.]

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

Parameters

xpathexpr
[To be supplied.]

See Also

IDataNavigator Interface | IDataNavigator Members | System.Data Namespace | IDataNavigator.Select Overload List