Megosztás a következőn keresztül:


MultipleOverloadStaticMethodCallTranslator(Type, String, String) Constructor

Definition

Specialized constructor for use only by derived class.

protected MultipleOverloadStaticMethodCallTranslator (Type declaringType, string clrMethodName, string sqlFunctionName);
new Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.MultipleOverloadStaticMethodCallTranslator : Type * string * string -> Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.MultipleOverloadStaticMethodCallTranslator
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