win7user10 / Laraue.EfCoreTriggers

Library to write triggers in C# with EF.Core
MIT License
111 stars 20 forks source link

DateTime precision increase for SQL Server #98

Closed cap1024 closed 7 months ago

cap1024 commented 7 months ago

Use SYSUTCDATETIME and SYSDATETIME instead of GETUTCDATE and GETDATE respectively.