Public Overloads Shared Function TransformToGlobalID( _ ByVal table As StandaloneTable, _ ByVal objectIDs As IEnumerable(Of Long) _ ) As List(Of Guid)
public static List<Guid> TransformToGlobalID( StandaloneTable table, IEnumerable<long> objectIDs )
Parameters
- table
- The table the objectIDs are associated with.
- objectIDs
- A set of objectIDs.
Return Value
Corresponding globalIDs (Empty if row not found, or table doesn't have globalIDs.)