Add an Item to the collection.
Syntax
ISDataStore.Add(key, value, [sourcePk], [sourceTimestamp])
Parameters
| Name | Type | Optional | ByRef | Description |
| key |
String |
|
|
The key of the item to add. |
| value |
Object |
|
|
The item's value. |
| sourcePk |
Integer |
Optional |
|
The primary key in the source object.
If omitted, a value of -1 is assumed. |
| sourceTimestamp |
Integer |
Optional |
|
The Timestamp in the source object.
If omitted, a value of -1 is assumed. |
- Member of:
- ISDataStore
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0