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

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

    Parameters

    view

    Type Parameters

    T
    See Also