Exemplo n.º 1
0
 public static string GetEncryptColumn(this DataSetType.DataTableRow row)
 {
     return(DecryptValue(row.Encrypt));
 }
Exemplo n.º 2
0
 public static void SetEncryptColumn(this DataSetType.DataTableRow row, string value)
 {
     row.Encrypt = EncryptValue(value);
 }