コード例 #1
0
ファイル: test333Dao.cs プロジェクト: 18729013834/mynew2
 public override void AddInsertParameters(IContext context, IDbCommand command, test333 item)
 {
     base.AddInsertParameters(context, command, item);
     /*add customized code between this region*/
     /*add customized code between this region*/
 }
コード例 #2
0
ファイル: test333Dao.cs プロジェクト: 18729013834/mynew2
 public override void GetColumnValues(IDataReader reader, test333 item)
 {
     base.GetColumnValues(reader, item);
     /*add customized code between this region*/
     /*add customized code between this region*/
 }