public void Select( IEnumerable<long> ids, bool idsAreObjectIds )
Public Overloads Sub Select( _ ByVal ids As IEnumerable(Of Long), _ ByVal idsAreObjectIds As Boolean _ )
Parameters
- ids
- The row indexes or object ids to select.
- idsAreObjectIds
- Indicates that the ids are object ids, otherwise they are row indexes.