Either the attribute name or the database column name used to discriminate between types in an inheritance hierachy. The database column used as a discriminator is not required to exist in the domain model.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public string Attribute { get; set; }
Visual Basic (Declaration)
Public Property Attribute As String

See Also