Summary for the ActiveRecord<T> class

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
[SerializableAttribute]
public abstract class ActiveRecord<T> : ReadOnlyRecord<ItemType>
where T : new(), ReadOnlyRecord<ItemType>
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class ActiveRecord(Of T As {New, ReadOnlyRecord(Of ItemType)}) _
	Inherits ReadOnlyRecord(Of ItemType)
Visual C++
[SerializableAttribute]
generic<typename T>
where T : gcnew(), ReadOnlyRecord<ItemType>
public ref class ActiveRecord abstract : public ReadOnlyRecord<ItemType>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SubSonic.ActiveRecord`1"]

Inheritance Hierarchy

System..::.Object
  SubSonic..::.RecordBase<(Of <(T>)>)
    SubSonic..::.ReadOnlyRecord<(Of <(ItemType>)>)
      SubSonic..::.ActiveRecord<(Of <(T>)>)

See Also