Click or drag to resize

CacheControllerDataDataObjectTypeCacheGetDataObjectType Method (Guid, SqlConnection, SqlTransaction)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObjectType GetDataObjectType(
	Guid dataObjectTypeUId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectTypeUId
Type: SystemGuid
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjectType
Returns the data object type with the specified UId or null.
See Also