Click or drag to resize
EntityCollectionBase2<TEntity>.CreateView Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityCollection2.CreateView()
Creates a new EntityView2 object of the right type on this collection with no filter nor sorter applied.
Explicit interface implementationPrivate methodIEntityCollection2.CreateView(IPredicate)
Creates a new EntityView2 object of the right type on this collection with the passed in filter applied
Explicit interface implementationPrivate methodIEntityCollection2.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.
Explicit interface implementationPrivate methodIEntityCollection2.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.
Top
See Also