DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / AsUpdatable<T> Method

In This Topic
    AsUpdatable<T> Method (LiveViewExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function AsUpdatable(Of T)( _
       ByVal view As View(Of T) _
    ) As View(Of T)
    public static View<T> AsUpdatable<T>( 
       View<T> view
    )

    Parameters

    view

    Type Parameters

    T
    See Also