Click or drag to resize

BasePersistenceProviderLoadCustomProperties Property

Gets or sets a value indicating whether to load the custom properties of the repositories.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool LoadCustomProperties { get; set; }

Property Value

Type: Boolean
true if the repositories should load their custom properties; otherwise, false.
See Also