Click or drag to resize

EntityCollectionBaseTEntityCreateView Method

Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityCollectionCreateView
Creates a new EntityView object of the right type on this collection with no filter nor sorter applied.
Explicit interface implementationPrivate methodIEntityCollectionCreateView(IPredicate)
Creates a new EntityView object of the right type on this collection with the passed in filter applied
Explicit interface implementationPrivate methodIEntityCollectionCreateView(IPredicate, ISortExpression)
Creates a new EntityView object of the right type on this collection with the passed in filter and sorter applied to it.
Explicit interface implementationPrivate methodIEntityCollectionCreateView(IPredicate, ISortExpression, PostCollectionChangeAction)
Creates a new EntityView 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