예제 #1
0
 public override void AddInsertParameters(IContext context, IDbCommand command, test222 item)
 {
     base.AddInsertParameters(context, command, item);
     /*add customized code between this region*/
     /*add customized code between this region*/
 }
예제 #2
0
 public override void GetColumnValues(IDataReader reader, test222 item)
 {
     base.GetColumnValues(reader, item);
     /*add customized code between this region*/
     /*add customized code between this region*/
 }