C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..UpdateItems Method (List<(Of <(<'T>)>)>)

Updates items in the StorageMirror's underlying MirrorCache and/or IStorageService.

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

Syntax


public void UpdateItems(
	List<T> pDetails
)
Public Sub UpdateItems ( _
	pDetails As List(Of T) _
)
public:
void UpdateItems(
	List<T>^ pDetails
)

Parameters

pDetails
Type: List<(Of <(<'T>)>)>
The List of items to be updated. If an item's cdeMID is Guid.Empty, the item will be added with a new ID.