DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / AsNonUpdatable<T> Method
The type of the elements in the view.
The view to specify as read-only.

In This Topic
    AsNonUpdatable<T> Method (LiveViewExtensions)
    In This Topic
    Specifies a view as read-only.
    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
    The view to specify as read-only.

    Type Parameters

    T
    The type of the elements in the view.

    Return Value

    The same view.
    See Also