albassort
albassort
CC#
Created by albassort on 11/13/2023 in #help
Scaffolding converting sql DateTime from sqlite to byte[], how can I keep it as long / C# DateTime
Question: Using Entity Framework to scaffold a sqlite database, its converting datetime to byte arrays (byte[]) instead of keeping them as longs or converting them to Int64 / DateTime, is there an option to change this or do i have to just change it manually every time I scaffold
10 replies