Creates a collection of person objects.
Object Model
Syntax
'Declaration
Public Class PersonCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of Person)
Implements System.Collections.Generic.IEnumerable(Of Person), System.Collections.IEnumerable
'Usage
Dim instance As PersonCollection
public class PersonCollection : Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
public class PersonCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class PersonCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class PersonCollection : public Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
public ref class PersonCollection : public Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
Inheritance Hierarchy
See Also