Store.put()

Signature

void put (String url, String containerName, Object putObject)

Domain

ACTION

Description

Puts the given Item/Entity within the specified container(i.e.Table in AS3). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container and then perform put operation.

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringName of the Container(i.e. Table in AS3) where the item gets put
putObjectObjectItem or Entity(Concept/Event) to put in the container

Returns

TypeDescription
void

Cautions

none