Esempio n. 1
0
        public static Porrarreptdeleterepts BuildPorrarreptdeletereptsFromRow(DataRow row)
        {
            Porrarreptdeleterepts entity = new Porrarreptdeleterepts();

            entity.rowidPoerah = row.Field <byte[]>("rowid-poerah").ToStringEncoded();
            return(entity);
        }
Esempio n. 2
0
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromPorrarreptdeleterepts(ref DataRow row, Porrarreptdeleterepts entity)
 {
     row.SetField("rowid-poerah", entity.rowidPoerah.ToByteArray());
 }