ParameterlessInstanceMethodCallTranslator(Type, String, String) Constructor

Definition

Specialized constructor for use only by derived class.

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