What does a timestamp in T-Sql mean in C#?

According to this post

you’ll have to cast it to a byte array.

byte[] dt = dataReader["dt"] as byte[];

Leave a Comment