send sql server Timestamp from C#

Posted by user181421 on Stack Overflow See other posts from Stack Overflow or by user181421
Published on 2010-06-10T09:51:10Z Indexed on 2010/06/10 9:52 UTC
Read the original article Hit count: 224

Filed under:
|

Hello,

Does someone knows how can I send a Timestamp value from C# to my Sql stored procedure which expect to get a timestamp value?

the sp looks like this

create sp1(@TS Timestamp)

--do do something...

go

© Stack Overflow or respective owner

Related posts about c#

Related posts about timestamp