AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.SharedTableValue Property

[This is preliminary documentation and subject to change.]

The value to check for in the SharedTableField

[Visual Basic]
Public Property SharedTableValue As String
[C#]
public string SharedTableValue {get; set;}

Remarks

When a parent and child classes share the same database table the SharedTableField is checked and if the value of the column matches the value specified here then the record belongs to this class.

Only string values are supported at this stage and both the parent and child classes should specify this value.

See Also

AFTableAttribute Class | AtomsFramework Namespace