c# - subsonic 3.0 , The SqlServer default value doesn't work? -
I used Subsonic 3 with T4, it is very easy to use. But now I get a problem. I specify the default value in Sqlserver 2005. Then I called the Save () method in the subsonic. I found that the default value does not work.
The default value will not work because the object will set the value first - whether it is zero or ... Whatever the answer is, the default setting is on the object.
Comments
Post a Comment