[This is preliminary documentation and is subject to change.]
Gets all the information related to a particular Customer
identified by accountId.
Namespace:
OfficeClip.DBLayer.ProjectsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ClientInfo GetAccount( int accountId ) |
Visual Basic (Declaration) |
---|
Public Function GetAccount ( _ accountId As Integer _ ) As ClientInfo |
Visual C++ |
---|
public: ClientInfo^ GetAccount( int accountId ) |
Parameters
- accountId
- Type: System..::.Int32
Id of the Customer for which all the information is to be retrieved.