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