예제 #1
0
파일: Apebc.g.cs 프로젝트: arentlog/web-ui
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromApebc(ref DataRow row, Apebc entity)
 {
     UpdateRowFromApebcBase(ref row, entity);
 }
예제 #2
0
파일: Apebc.g.cs 프로젝트: arentlog/web-ui
 /// <summary>
 /// Build a minimal row from a class (key fields only)
 /// </summary>
 public static void BuildMinimalRow(ref DataRow row, Apebc entity)
 {
     ApebcBase.BuildMinimalRow(ref row, entity);
 }