Editing Database
Revision as of 20:39, 3 October 2023 by User (talk | contribs) (Created page with "<strong>See also</strong> the Optimistic Concurrency Control section. <strong>Audit fields (database).</strong> Generally, most tables should have the following audit files: <pre>created_on datetime2(7) NULL ,created_by varchar(100) NULL, ,updated_on datetime2(7) NULL, ,updated_by varchar(100) NULL</pre> Audit fields (C# code). In the Novus.Model.Entity.PartialEntities folder, create a partial class for the entity and implement the AuditFields interface e.g. public pa...")
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.