コード例 #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);
 }