Skip to content

Commit

Permalink
Added foVersion to the entities for MVCActiveRecord sample
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Nov 27, 2023
1 parent b304aed commit 84ade3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/activerecord_showcase/EntitiesU.pas
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ TCustomerWithVersion = class(TCustomEntity)
property City: string read fCity write fCity;
property Rating: NullableInt32 read fRating write fRating;
property Note: string read fNote write fNote;
property ObjVersion: Integer read fObjVersion;
end;


Expand Down

0 comments on commit 84ade3b

Please sign in to comment.