Click or drag to resize

DataObjectControllerUpdateDataObjectDisplayName Method (DataObjectType, DataObject, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public static void UpdateDataObjectDisplayName(
	DataObjectType dataObjectType,
	DataObject dataObject,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
dataObject
Type: Omada.OE.ModelDataObject
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also