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

[To be supplied.]

[Visual Basic]
Public Function GetUInt64( _
   ByVal ordinal As Integer _
) As UInt64
[C#]
public ulong GetUInt64(
   int ordinal
);
[C++]
public: unsigned __int64 GetUInt64(
   int ordinal
);
[JScript]
public function GetUInt64(
   ordinal : int
) : UInt64;

Parameters

ordinal
[To be supplied.]

See Also

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