| DataObjectControllerGetReferencePathObjectIds Method (IListInt32, DataObjectReferencePath, SqlConnection, SqlTransaction) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetReferencePathObjectIds(
IList<int> sourceIds,
DataObjectReferencePath path,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- sourceIds
- Type: System.Collections.GenericIListInt32
- path
- Type: Omada.OE.ModelDataObjectReferencePath
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also