| DataObjectControllerUpdateCurrentVersion Method (Int32, DictionaryInt32, Object, SqlConnection, SqlTransaction) |
Updates the current version of a data object with a set of property values.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void UpdateCurrentVersion(
int dataObjectId,
Dictionary<int, Object> propertyValues,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectId
- Type: SystemInt32
- propertyValues
- Type: System.Collections.GenericDictionaryInt32, Object
Keys are property ids.
The data types of the values in the dictionary depend on the type and datatype of the properties.
Can be either: string, int, datetime, double, bool, timespan, List int or null.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also