DataAccessRepositoryPrimaryTableName Property |
The name of the primary storage table, used to persist the domain objects
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual string PrimaryTableName { get; }
Public Overridable ReadOnly Property PrimaryTableName As String
Get
public:
virtual property String^ PrimaryTableName {
String^ get ();
}
abstract PrimaryTableName : string with get
override PrimaryTableName : string with get
Property Value
Type:
String
See Also