TableMetadataOwnershipTableName Property |
Gets the ownership table.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string OwnershipTableName { get; }
Public ReadOnly Property OwnershipTableName As String
Get
public:
property String^ OwnershipTableName {
String^ get ();
}
member OwnershipTableName : string with get
Property Value
Type:
String
The ownership table.
See Also