
Icon | Member | Description |
---|---|---|
![]() | UpdateMultiple<(Of <(T>)>)(array<T>[]()[]) |
Same as a single update but for a group of entities sharing the same transaction (if any).
|
![]() | UpdateMultiple<(Of <(T>)>)(array<T>[]()[], ITransaction) |
Same as a single update but for a group of entities sharing the same transaction (if any).
|
![]() | UpdateMultiple<(Of <(T>)>)(array<T>[]()[], array<Int64>[]()[]) |
Same as a single update but for a group of entities sharing the same transaction (if any).
|
![]() | UpdateMultiple<(Of <(T>)>)(array<T>[]()[], ITransaction, array<Int64>[]()[]) |
Same as a single update but for a group of entities sharing the same transaction (if any).
|
![]() | UpdateMultiple<(Of <(T>)>)(array<T>[]()[], ITransaction, array<Int64>[]()[], UpdateModifiers) |
Same as a single update but for a group of entities sharing the same transaction (if any).
|