Exemplo n.º 1
0
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromIcsgv(ref DataRow row, Icsgv entity)
 {
     UpdateRowFromIcsgvBase(ref row, entity);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Build a minimal row from a class (key fields only)
 /// </summary>
 public static void BuildMinimalRow(ref DataRow row, Icsgv entity)
 {
     IcsgvBase.BuildMinimalRow(ref row, entity);
 }