Click or drag to resize

EntityFieldsCoreTFieldGetEnumerator Method

Gets the enumerator for this object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
an IEnumerator to use in for each loops over this fields collection
See Also