Represents a single database record. Implements IDatabaseObject and provides the basic plumbing code required for the interface. Mapping of fields from the database record to the fields in the inheriting class can be defined by using the FieldMappingAttribute.

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

Syntax

C#
public abstract class DatabaseObject : IDatabaseObject
Visual Basic
Public MustInherit Class DatabaseObject _
	Implements IDatabaseObject
Visual C++
public ref class DatabaseObject abstract : IDatabaseObject

Inheritance Hierarchy

See Also