C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..AddItems Method (Dictionary<(Of <(<'String, T>)>)>)

Adds new items to the StorageMirror's underlying MirrorCache and/or IStorageService.

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

Syntax


public void AddItems(
	Dictionary<string, T> pDetails
)
Public Sub AddItems ( _
	pDetails As Dictionary(Of String, T) _
)
public:
void AddItems(
	Dictionary<String^, T>^ pDetails
)

Parameters

pDetails
Type: Dictionary<(Of <(<'String, T>)>)>
The Dictionary of items to be added. If a key is null or Guid.Empty, a new ID will be assigned to the item.