Skip to content

Allow to specify type for Automap as Type argument #2907

@llRandom

Description

@llRandom

Describe the feature:
Allow to specify type for Automap as Type argument. Currently it's only possible as a generic parameter:

client.Map<MyType>(map => map.AutoMap());

It would be great to support something like this:

client.Map<object>(map => map.AutoMap(typeof(MyType)));

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions