GigaSpaces XAP.NET Documentation
AddToCollection Method (path, newItem, storageType)
Class LibraryGigaSpaces.CoreChangeSetAddToCollection(String, Object, StorageType)
Adds the given item to a collection property.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet AddToCollection(
	string path,
	Object newItem,
	StorageType storageType
)
Public Function AddToCollection ( _
	path As String, _
	newItem As Object, _
	storageType As StorageType _
) As ChangeSet
public:
ChangeSet^ AddToCollection(
	String^ path, 
	Object^ newItem, 
	StorageType storageType
)
public ChangeSet AddToCollection(
	String path,
	Object newItem,
	StorageType storageType
)
Parameters
path (String)
The path pointing to the collection that the item should be added to.
newItem (Object)
The item to add to the collection.
storageType (StorageType)
The storage type in which to keep the item.
Return Value

[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.AddToCollection(System.String,System.Object,GigaSpaces.Core.Metadata.StorageType)"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)