GetLastUpdate(T) Method (T, Expression(Func(T, Object))[])

Dal.Audit

IAuditManager..::..GetLastUpdate<(Of <(<'T>)>)> Method (T, array<Expression<(Of <(<'Func<(Of <(<'T, Object>)>)>>)>)>>[]()[][])

Gets the last update.

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

Syntax


AuditData GetLastUpdate<T>(
	T entidad,
	params Expression<Func<T, Object>>[] campos
)

Type Parameters

T

Parameters

entidad
Type: T
The entidad.
campos
Type: array<Expression<(Of <(<'Func<(Of <(<'T, Object>)>)>>)>)>>[]()[][]
The campos.

Return Value

AuditData.