| DataObjectControllerSaveDataObject Method (DataObject, DataObjectType, DataObjectSaveOptions, SqlConnection, SqlTransaction) |
Creates or updates a data object.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int SaveDataObject(
DataObject dataObject,
DataObjectType dataObjectType,
DataObjectSaveOptions saveOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
Must contain the data object to be saved.
- dataObjectType
- Type: Omada.OE.ModelDataObjectType
Must contain the data object type for the data object.
- saveOptions
- Type: Omada.OE.ModelDataObjectSaveOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
See Also