| DataObjectControllerLoadDataObjects Method (DataObjectLoadOptions, SqlConnection, SqlTransaction) |
The method is used for loading a collection of data objects.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IList<IDataObject> LoadDataObjects(
DataObjectLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- loadOptions
- Type: Omada.OE.ModelDataObjectLoadOptions
loadOptions is used to specify which data object will be loaded.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IListIDataObject
See Also