public static List<long> TransformToObjectIDs( StandaloneTable table, IEnumerable<Guid> globalIDs )
Public Overloads Shared Function TransformToObjectIDs( _ ByVal table As StandaloneTable, _ ByVal globalIDs As IEnumerable(Of Guid) _ ) As List(Of Long)
Parameters
- table
- The table the globalIDs are associated with.
- globalIDs
- A set of global IDs.
Return Value
Corresponding objectIDs (-1 if row not found).