C#C
C#3y ago
albassort

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
Was this page helpful?