C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..UpdateItem Method (T)

Updates a single item in the StorageMirror's underlying MirrorCache and/or IStorageService.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void UpdateItem(
	T pDetails
)
Public Sub UpdateItem ( _
	pDetails As T _
)
public:
void UpdateItem(
	T pDetails
)

Parameters

pDetails
Type: T
The item to be updated. If the item's cdeMID is Guid.Empty, the item will be added with a new ID.