Click or drag to resize

UtilsLoadSingleDataObject Method

Loads and returns a single dataobject with all properties present.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObject LoadSingleDataObject(
	int dataObjectId,
	bool overrideSecurity,
	bool skipReferencePropertyPopulation,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectId
Type: SystemInt32
overrideSecurity
Type: SystemBoolean
skipReferencePropertyPopulation
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObject
See Also