예제 #1
0
 /// <summary>
 /// Converts value that gave us user into this database format. 
 /// </summary>
 /// <returns>Good format of value.</returns>
 public static Object FormatForDB(IValue entityToSave)
 {
     return FormatForDB(entityToSave.GetValue(), entityToSave.GetProperty());
 }