| DataObjectHistoryControllerGetDataObjectHistoryEntries Method (DataObjectHistoryLoadOptions, SqlConnection, SqlTransaction) |
Returnerer history entries for alle dataobjekter, der matcher de (i loadOptions) angivne kriterier.
Der returneres en history entry for hver dataobjectversion (for hvert dataobjekt), hvis den adskiller sig fra den foregående på en eller flere af de (i loadOptions) angivne properties.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static DataObjectHistoryEntries GetDataObjectHistoryEntries(
DataObjectHistoryLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- loadOptions
- Type: Omada.OE.ModelDataObjectHistoryLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DataObjectHistoryEntries
See Also