Can System.Data.SqlTypes datatypes be used in asmx-style .NET Web Services?
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-26T04:18:04Z
Indexed on
2010/05/26
4:21 UTC
Read the original article
Hit count: 248
vb.net
|webservice
It looks like they are converted to regular date types in the generated proxy object.
I'd like to optionally pass null values for these dates.
Other than switching to WCF (no time to learn it right now), what is the best way to handle this situation. It looks like I also cannot pass NULLABLE date types.
© Stack Overflow or respective owner