[This is preliminary documentation and is subject to change.]
Sets the error status
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected void SetErrorStatus( int errorId, int userId, DataRow dRow ) |
Visual Basic (Declaration) |
---|
Protected Sub SetErrorStatus ( _ errorId As Integer, _ userId As Integer, _ dRow As DataRow _ ) |
Visual C++ |
---|
protected: void SetErrorStatus( int errorId, int userId, DataRow^ dRow ) |
Parameters
- errorId
- Type: System..::.Int32
- userId
- Type: System..::.Int32
- dRow
- Type: System.Data..::.DataRow