EntityRepositorySupportsObjectDuplication Property |
Gets a value indicating whether the repository supports object duplication.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual bool SupportsObjectDuplication { get; }
Public Overridable ReadOnly Property SupportsObjectDuplication As Boolean
Get
public:
virtual property bool SupportsObjectDuplication {
bool get ();
}
abstract SupportsObjectDuplication : bool with get
override SupportsObjectDuplication : bool with get
Property Value
Type:
Booleantrue if the repository supports object duplication; otherwise,
false.
See Also