Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Remotion
Linq
SqlBackend
SqlPreparation
MethodCallTransformers
EndsWithMethodCallTransformer
C# Class Remotion.Linq.SqlBackend.SqlPreparation.MethodCallTransformers.EndsWithMethodCallTransformer
EndsWithMethodCallTransformer
implements
IMethodCallTransformer
for the
string.EndsWith(string)
method.
Inheritance:
IMethodCallTransformer
显示文件
Open project: re-motion/Relinq-SqlBackend
Class Usage Examples
Public Properties
Property
Type
Description
SupportedMethods
System.Reflection.MethodInfo[]
Public Methods
Method
Description
Transform
(
MethodCallExpression
methodCallExpression
) :
Expression
Method Details
Transform()
public
method
public
Transform
(
MethodCallExpression
methodCallExpression
) :
Expression
methodCallExpression
System.Linq.Expressions.MethodCallExpression
return
System.Linq.Expressions.Expression
Property Details
SupportedMethods
public_oe static_oe property
public
static
MethodInfo[],System.Reflection
SupportedMethods
return
System.Reflection.MethodInfo[]