EnterpriseOneEntityRepositoryAllowTrackChanges Property |
Gets a value indicating whether this repository allows tracking changes.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual bool AllowTrackChanges { get; }
Public Overridable ReadOnly Property AllowTrackChanges As Boolean
Get
public:
virtual property bool AllowTrackChanges {
bool get ();
}
abstract AllowTrackChanges : bool with get
override AllowTrackChanges : bool with get
Property Value
Type:
Boolean
See Also