Click or drag to resize

MIISControllerGetReferredDataObjectKeyValues Method

Returns a dictionary holding a key value for every data object, that is referred by the specified data objects. A referred data object is only included if: - its referred through a reference property where its specified (on the data object type) that key values should be transferred (as opposed to ids). - the direction is Out or InOut.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<int, ReferredObjectInfo> GetReferredDataObjectKeyValues(
	DataObjects dataObjects,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjects
Type: Omada.OE.ModelDataObjects
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DictionaryInt32, ReferredObjectInfo
See Also