GetAuditTrailByCompositeKey Method

Dal.Audit

AuditProvider..::..GetAuditTrailByCompositeKey Method

Gets the audit trail by composite key.

Namespace:  Dal.Audit
Assembly:  Dal.Audit (in Dal.Audit.dll)

Syntax


public IEnumerable<AuditDataDetail> GetAuditTrailByCompositeKey(
	string entityName,
	string compositeKey,
	params string[] fields
)

Parameters

entityName
Type: String
Name of the entity.
compositeKey
Type: String
The composite key.
fields
Type: array<String>[]()[][]
The fields.

Return Value

IEnumerable<AuditDataDetail>.