Puts multiple items into SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
void Put<T>( List<T> items ) |
Visual Basic |
---|
Sub Put(Of T) ( _ items As List(Of T) _ ) |
Visual C++ |
---|
generic<typename T> void Put( List<T>^ items ) |
Parameters
- items
- Type: System.Collections.Generic..::..List<(Of <(<'T>)>)>
Type Parameters
- T