DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal propertyOrdinal As Integer _
    ) As Object
    public object Item( 
       int propertyOrdinal
    ) {get; set;}

    Parameters

    propertyOrdinal
    See Also