DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / AsCollectionViewFactory Method

In This Topic
    AsCollectionViewFactory Method (View)
    In This Topic
    Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource.
    Syntax
    'Declaration
     
    Public Function AsCollectionViewFactory() As ICollectionViewFactory
    public ICollectionViewFactory AsCollectionViewFactory()

    Return Value

    A factory that returns the same View as a System.ComponentModel.ICollectionView.
    See Also