Read objects from the space matching the specified ids query,
with the provided ReadModifiers.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
IReadByIdsResult<T> ReadByIds<T>( IdsQuery<T> idsQuery, ITransaction tx, ReadModifiers modifiers )
Function ReadByIds(Of T) ( _ idsQuery As IdsQuery(Of T), _ tx As ITransaction, _ modifiers As ReadModifiers _ ) As IReadByIdsResult(Of T)
generic<typename T> IReadByIdsResult<T>^ ReadByIds( IdsQuery<T> idsQuery, ITransaction^ tx, ReadModifiers modifiers )
![](../icons/collapse_all.gif)
- T
- Type of expected result entry.
![](../icons/collapse_all.gif)
- idsQuery (IdsQuery<(Of <(<'T>)>)>)
- The query to search by.
- tx (ITransaction)
- The transaction which this operation will participate in.
- modifiers (ReadModifiers)
- The read modifier to use (One or several of ).
![](../icons/collapse_all.gif)
An IReadByIdsResult<(Of <(<'T>)>)> containing the matched results.
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
ReadByIdsException | The operation had a failure. |