| ReferencePropertyDisplayValueResolver Delegate |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic delegate Dictionary<int, string> ReferencePropertyDisplayValueResolver(
string propertySysName,
List<int> referredDataObjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- propertySysName
- Type: SystemString
- referredDataObjectIds
- Type: System.Collections.GenericListInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DictionaryInt32,
String
See Also