Click or drag to resize

AuditLogControllerBaseGetData Method

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#
protected List<AuditTrailDecisionResourceAssignment> GetData(
	string cmdStr,
	DateTime lastExecTime,
	Func<SqlCommand, List<AuditTrailDecisionResourceAssignment>> reader
)

Parameters

cmdStr
Type: SystemString
lastExecTime
Type: SystemDateTime
reader
Type: SystemFuncSqlCommand, ListAuditTrailDecisionResourceAssignment

Return Value

Type: ListAuditTrailDecisionResourceAssignment
See Also