[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.AsLive

AsLive Method

AsLive<T>()

Converts this ClientCollectionView to a live view.

Declaration
public View<T> AsLive<T>()
Returns
Type Description
View<T>

The resulting live view.

Type Parameters
Name Description
T

The type of the elements in this collection view.

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.

Exceptions
Type Condition
NotSupportedException

The ClientViewSource is in virtual mode.