Click or drag to resize
PrefetchPath2IEnumerableGetEnumerator Method
Returns an enumerator that iterates through the CollectionBase instance.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the CollectionBase instance.

Implements

IEnumerableGetEnumerator
See Also