Saves a list of items to the store.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
long Save( IList<T> items ) |
| Visual Basic (Declaration) |
|---|
Function Save ( _ items As IList(Of T) _ ) As Long |
| Visual C++ |
|---|
long long Save( IList<T>^ items ) |
Parameters
- items
- Type: System.Collections.Generic..::.IList<(Of <(T>)>)
The items to save.