EntityCreationOptionsPersistencePolicy Property

Gets or sets the persistence policy.

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public PersistencePolicy PersistencePolicy { get; set; }

Property Value

Type: PersistencePolicy
A value indicating whether the entity should be created as persistent or transient.
See Also