[To be supplied.]
[Visual Basic] Protected Function SetBits( _ ByVal recordNo As Integer, _ ByVal value As Object _ ) As Boolean [C#] protected bool SetBits( int recordNo, object value ); [C++] protected: bool SetBits( int recordNo, Object* value ); [JScript] protected function SetBits( recordNo : int, value : Object ) : Boolean;
DataStorage Class | DataStorage Members | System.Data.Internal Namespace