Puts the specified item into SimpleDB.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public void Put(
	Object item
)
Visual Basic
Public Sub Put ( _
	item As Object _
)
Visual C++
public:
virtual void Put(
	Object^ item
) sealed

Parameters

item
Type: System..::..Object
The item.

Implements

ISimol..::..Put(Object)

Remarks

This method only puts items using the PutAttributes operation.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionIf the item parameter is null
AmazonSimpleDBExceptionIf the request to SimpleDB fails for any reason
Simol..::..SimolDataExceptionIf the item cannot be converted to a SimpleDB item
Simol..::..SimolConfigurationExceptionIf no valid SimpleDB mapping can be configured for the specified item type

See Also