Idx class.
Updating a basic property of an Entity means changing the values that are stored in properties of basic data types, such as integer or string.
- Get an Entity from the
saletable with row ID 2. - Update properties of the sale (see below)
- Set the
IsDirtyproperty to true if there is any change made to that Entity. - Call
Save()to update any changed data in the database.