| DataObjectControllerUpdateDataObjectDisplayNames Method (DataObjectType, SqlConnection, SqlTransaction) |
Note: This API is now obsolete.
Method updates all objects of specific DataObjectType to set their DisplayName
to the format specified in the DataObjectType.
It also refreshes the SearchData for the data objects.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute]
public static void UpdateDataObjectDisplayNames(
DataObjectType dataObjectType,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectType
- Type: Omada.OE.ModelDataObjectType
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also