ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class / AsCollectionViewFactory Method

In This Topic
    AsCollectionViewFactory Method
    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 System.ComponentModel.ICollectionViewFactory
    public System.ComponentModel.ICollectionViewFactory AsCollectionViewFactory()

    Return Value

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