BaseClasses Documentation

ICacheableRecord.IsSaved Property

Gets or sets a value specifying whether or not data in the object has been changed since it was retrieved from the database. If so, data will be written back to the database when the corresponding SqlTransaction object is committed.

bool IsSaved {get; set;}

See Also

ICacheableRecord Interface | BaseClasses Namespace