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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework