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

[To be supplied.]

[Visual Basic]
Overridable Public Function GetInt64( _
   ByVal ordinal As Integer _
) As Long
[C#]
public virtual long GetInt64(
   int ordinal
);
[C++]
public: virtual __int64 GetInt64(
   int ordinal
);
[JScript]
public function GetInt64(
   ordinal : int
) : long;

Parameters

ordinal
[To be supplied.]

See Also

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