Commit the changes on the AssetMember object to its underlying database record.

Namespace: Cartella.Interfaces
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionThrown if a null parameter is passed
System..::..ArgumentExceptionThrown if the current Asset object doesn't have an AssetManager reference
System..::..MemberAccessExceptionThrown if the database procedure is not present

See Also