问题
Using Subsonic 3 I have the fields:
o CreatedOn (datetime)
o CreatedBy (nvarchar(50))
o ModifiedOn (datetime)
o ModifiedBy (nvarchar(50))
When I add data to my table it is not adding data to these columns. Am I missing something?
回答1:
These fields aren't automatically populated in version 3 like they were in version 2, unless you are using the ActiveRecord templates. You could modify the templates pretty simply to add the functionality yourself.
来源:https://stackoverflow.com/questions/843062/subsonic-three-3-createdby-fields-not-updating