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.MoveToId

[To be supplied.]

[Visual Basic]
Function MoveToId( _
   ByVal id As String _
) As Boolean
[C#]
bool MoveToId(
   string id
);
[C++]
bool MoveToId(
   String* id
) = 0;
[JScript]
function MoveToId(
   id : String
) : Boolean;

Parameters

id
[To be supplied.]

See Also

IDataNavigator Interface | IDataNavigator Members | System.Data Namespace