| DataObjectControllerGetUIds Method |
Returns the U(nique)Ids of one or more data objects from their Ids.
The UId of a data object remains the same when it is transported to another system - this is not the case with the Id of a data object.
The method doesn't consider the security model.
The method doesn't consider whether the data object is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IList<Guid> GetUIds(
IEnumerable<int> dataObjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IListGuid
Returns the UIds of the data objects.
If one or more of the specified data objects doesn't exist then they are omitted from the result.
See Also