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

[To be supplied.]

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

Parameters

xpathexpr
[To be supplied.]

See Also

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