Represents a collection of database records. Implements IDatabaseObjects and provides the basic plumbing code required for the interface. Attributes can be used to specify the database specific information using class attributes DistinctFieldAttribute, TableAttribute, KeyFieldAttribute, ItemInstanceAttribute, OrderByAttribute, SubsetAttribute and TableJoinAttribute.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public abstract class DatabaseObjects : IDatabaseObjects
Visual Basic
Public MustInherit Class DatabaseObjects _
	Implements IDatabaseObjects
Visual C++
public ref class DatabaseObjects abstract : IDatabaseObjects

Inheritance Hierarchy

See Also