Open mikependon opened 4 years ago
Query:
SELECT GETUTCDATE() AS [DateTime], NEWID() AS [Guid];
Class:
public class WhatEverClass { public string DateTime { get; set; } public string Guid { get; set; } }
Note: The receiving class is of different data type. We can talk and expand this further. Hopefully, you consider this proposal soon.
Yea, there's going to be lots of variants of this one. Off the top of my head...
Query:
Class:
Note: The receiving class is of different data type. We can talk and expand this further. Hopefully, you consider this proposal soon.