Take (remove) objects from the space matching the specified ids query.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
ITakeByIdsResult<T> TakeByIds<T>( IdsQuery<T> idsQuery )
Function TakeByIds(Of T) ( _ idsQuery As IdsQuery(Of T) _ ) As ITakeByIdsResult(Of T)
generic<typename T> ITakeByIdsResult<T>^ TakeByIds( IdsQuery<T> idsQuery )
Generic Template Parameters
- T
- Type of expected result entry.
Parameters
- idsQuery (IdsQuery<(Of <(<'T>)>)>)
- The query to search by.
Return Value
An ITakeByIdsResult<(Of <(<'T>)>)> containing the matched results.
Exceptions
Exception | Condition |
---|---|
TakeByIdsException | The operation had a failure. |