Base class for all ActiveRecord Generic classes. Implements all the functionality to simplify the code on the subclasses.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public abstract class ActiveRecordBase<T> : ActiveRecordBase

Type Parameters

T

Inheritance Hierarchy

See Also