Click or drag to resize

DataObjectSearchDataResolverDelegate Delegate

The delegate definition for the DataObjectController.DataObjectSearchDataResolver

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public delegate string DataObjectSearchDataResolverDelegate(
	DataObject dataObject,
	string defaultSearchData,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject
defaultSearchData
Type: SystemString
The search data string calculated by OIM. As a starting point, the delegate should return the this string, parts of this string or this string with additional search terms added to the end. The search data terms are separated with space
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: String
See Also