Esempio n. 1
0
 public static void RegisterForColumnType(string columnType, EntityPropertyEditor entityPropertyEditor)
 {
     _columnTypeMappings[columnType] = entityPropertyEditor;
 }
Esempio n. 2
0
 public static void RegisterForClrType(Type clrType, EntityPropertyEditor entityPropertyEditor)
 {
     _clrTypeMappings[clrType] = entityPropertyEditor;
 }