| CacheControllerDataDataObjectTypeCacheGetDataObjectTypes Method |
Loads or retrieves a number of properties from the cache.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static DataObjectTypes GetDataObjectTypes(
IEnumerable<int> dataObjectTypeIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction,
bool throwIfNotFound = false
)
Parameters
- dataObjectTypeIds
- Type: System.Collections.GenericIEnumerableInt32
Ids of the data object types to be retrieved.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
- throwIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
DataObjectTypes
See Also