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