How to use custom audit fields with SubSonic(jamesewelch.com)
submitted by
jamesewelch(2275) 3 years, 4 months ago
SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach.
Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class
read more...
|category: Database
|Views: 214
tags:
SubSonic DAL C# Database OpenSource another
Everyones tags:
Your Tags: