S
shapper
Hello,
On a SQL table I have a Date field.
When I don't set a date field what value is created and that is its
interpretation?
Can I create the date from my C# code using:
DateTime LastLogin = new DateTime();
Basically LastLogin holds the last moment the user has login but if
the user didn't login yet I need to set some date that informs be of
that.
This is what I am looking to determine.
Thanks,
Miguel
On a SQL table I have a Date field.
When I don't set a date field what value is created and that is its
interpretation?
Can I create the date from my C# code using:
DateTime LastLogin = new DateTime();
Basically LastLogin holds the last moment the user has login but if
the user didn't login yet I need to set some date that informs be of
that.
This is what I am looking to determine.
Thanks,
Miguel