Gets the audit info entity at specified index.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public IAuditInfoEntity GetAt(
	int index
)
Visual Basic
Public Function GetAt ( 
	index As Integer
) As IAuditInfoEntity
Visual C++
public:
IAuditInfoEntity^ GetAt(
	int index
)
F#
member GetAt : 
        index : int -> IAuditInfoEntity 

Parameters

index
Type: System..::..Int32
Entity index.

Return Value

Type: IAuditInfoEntity
Audit info entity.

See Also