johanlang
3 years agoNew Member
Post time(7) to SQL
In sql there is a column as time(7) and it's possible to insert a new value by the sql query:
insert into [table_name] (column_name)
values('2:01:55')
(for 2 hours, 1 minute and 55 seconds)
How to post a time(7) value (TimeSpan in C#) by swagger?