Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Remotion
Linq
SqlBackend
SqlPreparation
MethodCallTransformers
RemoveMethodCallTransformer
C# Class Remotion.Linq.SqlBackend.SqlPreparation.MethodCallTransformers.RemoveMethodCallTransformer
RemoveMethodCallTransformer
implements
IMethodCallTransformer
for the
string.Remove(int)
methods.
Inheritance:
IMethodCallTransformer
Afficher le fichier
Open project: re-motion/Relinq-SqlBackend
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
SupportedMethods
System.Reflection.MethodInfo[]
Méthodes publiques
Méthode
Description
Transform
(
MethodCallExpression
methodCallExpression
) :
Expression
Method Details
Transform()
public
méthode
public
Transform
(
MethodCallExpression
methodCallExpression
) :
Expression
methodCallExpression
System.Linq.Expressions.MethodCallExpression
Résultat
System.Linq.Expressions.Expression
Property Details
SupportedMethods
public_oe static_oe property
public
static
MethodInfo[],System.Reflection
SupportedMethods
Résultat
System.Reflection.MethodInfo[]