ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (ViewRowCollection)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of ViewRow)
    public System.Collections.Generic.IEnumerator<ViewRow> GetEnumerator()

    Return Value

    A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
    See Also