Commit the changes on the AssetMember object to its underlying database record.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
void UpdateMember( ref IAssetMember memberToUpdateDB ) |
| Visual Basic |
|---|
Sub UpdateMember ( _ ByRef memberToUpdateDB As IAssetMember _ ) |
| Visual C++ |
|---|
void UpdateMember( IAssetMember^% memberToUpdateDB ) |
Parameters
- memberToUpdateDB
- Type: Cartella.Interfaces..::..IAssetMember%
Member object that contains updated information
Remarks
Objects in Asset space are not completely data-bound. This method needs to be executed in order for
the updated information on the Member object to be committed.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Thrown if a null parameter is passed |
| System..::..ArgumentException | Thrown if the current Asset object doesn't have an AssetManager reference |
| System..::..MemberAccessException | Thrown if the database procedure is not present |