Click or drag to resize

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
Syntax
public virtual bool SupportsObjectDuplication { get; }

Property Value

Type: Boolean
true if the repository supports object duplication; otherwise, false.
See Also