SingleOverloadStaticMethodCallTranslator(Type, String, String) Constructor
Definition
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.
Specialized constructor for use only by derived class.
protected SingleOverloadStaticMethodCallTranslator (Type declaringType, string clrMethodName, string sqlFunctionName);
new Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.SingleOverloadStaticMethodCallTranslator : Type * string * string -> Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.SingleOverloadStaticMethodCallTranslator
Protected Sub New (declaringType As Type, clrMethodName As String, sqlFunctionName As String)
Parameters
- declaringType
- Type
The declaring type of the method.
- clrMethodName
- String
Name of the method.
- sqlFunctionName
- String
The name of the target SQL function.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework