Puts the specified item into SimpleDB.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
void Put( Object item )  | 
| Visual Basic | 
|---|
Sub Put ( _ item As Object _ )  | 
| Visual C++ | 
|---|
void Put( Object^ item )  | 
Parameters
- item
 - Type: System..::..Object