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