Click or drag to resize

CacheControllerDataDataObjectTypeCacheGetDataObjectTypesCheck Method

Returns a collection of DataObjectType objects based on the provided ID's. If an ID is not found, an Exception is thrown.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObjectTypes GetDataObjectTypesCheck(
	IEnumerable<int> dataObjectTypeIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectTypeIds
Type: System.Collections.GenericIEnumerableInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjectTypes
See Also