-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Is it possible to make this method public?
internal void ChangeCollectionPropertyForType(Type type, Action<ICollectionPropertySetting> action)
I can see that internally the generic one is calling this one anyways. My use case is using reflection to automatically remap my classes to different collection name using my custom attribute. I would like to do this using reflection and calling this method.
Or is there other more suitable way to define custom collection name for types?
Metadata
Metadata
Assignees
Labels
No labels