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