Puts multiple property values collections into SimpleDB.

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

Syntax

C#
void PutAttributes(
	ItemMapping mapping,
	List<PropertyValues> items
)
Visual Basic
Sub PutAttributes ( _
	mapping As ItemMapping, _
	items As List(Of PropertyValues) _
)
Visual C++
void PutAttributes(
	ItemMapping^ mapping, 
	List<PropertyValues^>^ items
)

Parameters

mapping
Type: Simol..::..ItemMapping
items
Type: System.Collections.Generic..::..List<(Of <(<'PropertyValues>)>)>

See Also