Click or drag to resize

VelocityDbListOidShortT Class

List of objects where list and all elements of a list are contained within a single Database
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.CollectionVelocityDbListT
      VelocityDb.CollectionVelocityDbListOidShortT

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class VelocityDbListOidShort<T> : VelocityDbList<T>, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
The element type of a list.

The VelocityDbListOidShortT type exposes the following members.

Constructors
Properties
Extension Methods
See Also