コード例 #1
0
ファイル: Apsf.g.cs プロジェクト: arentlog/web-ui
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromApsf(ref DataRow row, Apsf entity)
 {
     UpdateRowFromApsfBase(ref row, entity);
 }
コード例 #2
0
ファイル: Apsf.g.cs プロジェクト: arentlog/web-ui
 /// <summary>
 /// Build a minimal row from a class (key fields only)
 /// </summary>
 public static void BuildMinimalRow(ref DataRow row, Apsf entity)
 {
     ApsfBase.BuildMinimalRow(ref row, entity);
 }