DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Item Property
The zero-based ordinal position of the view row.

In This Topic
    Item Property (ViewRowCollection)
    In This Topic
    Gets the view row at the specified ordinal position.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ordinal As Integer _
    ) As ViewRow
    public ViewRow this[ 
       int ordinal
    ]; {get;}

    Parameters

    ordinal
    The zero-based ordinal position of the view row.
    See Also