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!

DataStorage.GetBits

[To be supplied.]

[Visual Basic]
Protected Function GetBits( _
   ByVal recordNo As Integer _
) As Object
[C#]
protected object GetBits(
   int recordNo
);
[C++]
protected: Object* GetBits(
   int recordNo
);
[JScript]
protected function GetBits(
   recordNo : int
) : Object;

Parameters

recordNo
[To be supplied.]

See Also

DataStorage Class | DataStorage Members | System.Data.Internal Namespace