RelationalModelAnnotations.FindDbFunction(MethodInfo) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a IDbFunction that is mapped to the method represented by the given MethodInfo.
public virtual Microsoft.EntityFrameworkCore.Metadata.IDbFunction FindDbFunction (System.Reflection.MethodInfo methodInfo);
abstract member FindDbFunction : System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.IDbFunction
override this.FindDbFunction : System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.IDbFunction
Public Overridable Function FindDbFunction (methodInfo As MethodInfo) As IDbFunction
- methodInfo
- MethodInfo
The MethodInfo for the method that is mapped to the function.
The IDbFunction or null
if the method is not mapped.
Product | Versions |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: