Is there an alternative to Microsoft.SqlServer.Management.Smo.SqlDataType that includes a value for
Posted
by Daniel Schaffer
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Schaffer
Published on 2010-03-14T18:24:29Z
Indexed on
2010/03/16
21:11 UTC
Read the original article
Hit count: 233
The Microsoft.SqlServer.Management.Smo.SqlDataType
enum has a value for the timestamp
type but not rowversion
. I'm looking for an updated version of the assembly or an alternate enum type that supports it.
The existing enum has a value for Timestamp
, but according to the rowversion
documentation, timestamp
is "deprecated and will be removed in a future version". I prefer to avoid using deprecated things :)
© Stack Overflow or respective owner