示例#1
0
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromWlpasswd(ref DataRow row, Wlpasswd entity)
 {
     UpdateRowFromWlpasswdBase(ref row, entity);
 }
示例#2
0
 /// <summary>
 /// Build a minimal row from a class (key fields only)
 /// </summary>
 public static void BuildMinimalRow(ref DataRow row, Wlpasswd entity)
 {
     WlpasswdBase.BuildMinimalRow(ref row, entity);
 }