DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / AsLive<T> Method
The type of the elements in this collection view.

In This Topic
    AsLive<T> Method (ClientCollectionView)
    In This Topic
    Converts this ClientCollectionView to a live view.
    Syntax
    'Declaration
     
    Public Function AsLive(Of T)() As View(Of T)
    public View<T> AsLive<T>()

    Type Parameters

    T
    The type of the elements in this collection view.

    Return Value

    The resulting live view.
    Exceptions
    Remarks

    This method does not change the ClientCollectionView in any way, it just exposes its live view functionality.

    This method is not supported for a ClientViewSource in virtual mode.

    See Also