EntityCollectionBase2TEntityCreateView Method |
Name | Description | |
---|---|---|
IEntityCollection2CreateView |
Creates a new EntityView2 object of the right type on this collection with no filter nor sorter applied.
| |
IEntityCollection2CreateView(IPredicate) |
Creates a new EntityView2 object of the right type on this collection with the passed in filter applied
| |
IEntityCollection2CreateView(IPredicate, ISortExpression) |
Creates a new EntityView2 object of the right type on this collection with the passed in filter and sorter applied to it.
| |
IEntityCollection2CreateView(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.
|