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!

ADODataReader.GetValue (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal index As Integer _
) As Object
[C#]
public object GetValue(
   int index
);
[C++]
public: Object* GetValue(
   int index
);
[JScript]
public function GetValue(
   index : int
) : Object;

Parameters

index
[To be supplied.]

See Also

ADODataReader Class | ADODataReader Members | System.Data.ADO Namespace | ADODataReader.GetValue Overload List