Click or drag to resize

DataObjectControllerGetDataObject Method (Int32, Boolean, SqlConnection, SqlTransaction)

Loads and returns a single data object. Throws an exception if it can't be found.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObject GetDataObject(
	int id,
	bool overrideSecurity,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

id
Type: SystemInt32
Id of data object to be returned.
overrideSecurity
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObject
See Also