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

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub GetValue( _
   ByVal index As Integer, _
   ByRef value As Object _
)
[C#]
public virtual void GetValue(
   int index,
   ref object value
);
[C++]
public: virtual void GetValue(
   int index,
   Object** value
);
[JScript]
public function GetValue(
   index : int,
   value : Object
);

Parameters

index
[To be supplied.]
value
[To be supplied.]

See Also

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