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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

[Visual Basic] Overloads Overridable Public Sub GetValue(Integer, Object)
[C#] public virtual void GetValue(int, Object);
[C++] public: virtual void GetValue(int, Object);
[JScript] public function GetValue(int, Object);

See Also

ADODataReader Class | ADODataReader Members | System.Data.ADO Namespace