Click or drag to resize

TransactionQueryTObject, TRepositoryGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerator<TObject> GetEnumerator()

Return Value

Type: IEnumeratorTObject
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also