For some tables it is very useful to have a fields that will tell the user when was the record changed and by who.
Thansk!
'-- Serialize the object into a memory streamformatter.Serialize(outStream, bo)
'-- Now convert the stream into an arrayMicroFour.StrataFrame.Security.Auditor.InsertAuditEvent("MyKey", "My Serialized Object", outStream.ToArray())
'-- Clean Upbo.Dispose()outStream.Dispose()