[This is preliminary documentation and is subject to change.]
inserts the account
Namespace:
OfficeClip.DBLayer.ProjectsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int InsertAccount( ClientInfo ci, int userId ) |
Visual Basic (Declaration) |
---|
Public Function InsertAccount ( _ ci As ClientInfo, _ userId As Integer _ ) As Integer |
Visual C++ |
---|
public: int InsertAccount( ClientInfo^ ci, int userId ) |
Parameters
- userId
- Type: System..::.Int32