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

[To be supplied.]

[Visual Basic]
Protected Sub ClearBits( _
   ByVal recordNo As Integer _
)
[C#]
protected void ClearBits(
   int recordNo
);
[C++]
protected: void ClearBits(
   int recordNo
);
[JScript]
protected function ClearBits(
   recordNo : int
);

Parameters

recordNo
[To be supplied.]

See Also

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