Puts a single property values collection into SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
void PutAttributes( ItemMapping mapping, PropertyValues item ) |
| Visual Basic |
|---|
Sub PutAttributes ( _ mapping As ItemMapping, _ item As PropertyValues _ ) |
| Visual C++ |
|---|
void PutAttributes( ItemMapping^ mapping, PropertyValues^ item ) |