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: 8.2.1.0 (8.2.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
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also