Пример #1
0
        public static Porrarreptmergerunrepts BuildPorrarreptmergerunreptsFromRow(DataRow row)
        {
            Porrarreptmergerunrepts entity = new Porrarreptmergerunrepts();

            entity.rowidPoerah = row.Field <byte[]>("rowid-poerah").ToStringEncoded();
            return(entity);
        }
Пример #2
0
 /// <summary>
 /// Update a database row from a class
 /// </summary>
 public static void UpdateRowFromPorrarreptmergerunrepts(ref DataRow row, Porrarreptmergerunrepts entity)
 {
     row.SetField("rowid-poerah", entity.rowidPoerah.ToByteArray());
 }