Click or drag to resize

DataObjectControllerGetPropertyLogEntries Method (Int32, Int32, SqlConnection, SqlTransaction)

Returnerer alle logentries for en property (med log) på et givet dataobject. Hvis den aktive bruger ikke har adgang til property returneres en tom collection.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static PropertyLogEntries GetPropertyLogEntries(
	int dataObjectId,
	int propertyId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectId
Type: SystemInt32
propertyId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: PropertyLogEntries
See Also