IEntityCollection2CreateView Method | 
| Name | Description | |
|---|---|---|
| CreateView | 
            Creates a new EntityView2 object of the right type on this collection with no filter nor sorter applied.
              | |
| CreateView(IPredicate) | 
            Creates a new EntityView2 object of the right type on this collection with the passed in filter applied
              | |
| CreateView(IPredicate, ISortExpression) | 
            Creates a new EntityView2 object of the right type on this collection with the passed in filter and sorter applied to it.
              | |
| CreateView(IPredicate, ISortExpression, PostCollectionChangeAction) | 
            Creates a new EntityView2 object of the right type on this collection with the passed in filter and sorter applied to it and the 
            dataChangeAction set to the passed in value.
              |