Add ToFunction overloads that take a MethodInfo #24611
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
The
ToFunction
methods onRelationalEntityTypeBuilderExtensions
currently take astring
. We should add sugar overloads that take aMethodInfo
instead and callDbFunction.GetFunctionName
on it.The text was updated successfully, but these errors were encountered: