DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Item Property

In This Topic
    Item Property (ViewRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ordinal As Integer _
    ) As ViewRow
    public ViewRow this[ 
       int ordinal
    ]; {get;}

    Parameters

    ordinal
    See Also