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