BaseClasses Documentation

ICacheableRecord.IsAutoSaveEnabled Property

If True, any changes to this record will be saved automatically when the associated SqlTransaction is WriteData.

bool IsAutoSaveEnabled {get; set;}

Remarks

The value of this property should usually default to the value of the record's IsExistsInDatabase.

See Also

ICacheableRecord Interface | BaseClasses Namespace