ColumnDataAttributeTObject, TValueTableName Property |
The table used to persist and locally store the objects data
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string TableName { get; }
Public ReadOnly Property TableName As String
Get
public:
virtual property String^ TableName {
String^ get () sealed;
}
abstract TableName : string with get
override TableName : string with get
Property Value
Type:
StringImplements
IColumnDataAttributeTableName
See Also