ParameterlessInstanceMethodCallTranslator(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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework