C# Class Remotion.Linq.SqlBackend.SqlPreparation.MethodCallTransformers.ContainsMethodCallTransformer

ContainsMethodCallTransformer implements IMethodCallTransformer for the string.Contains method.
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[]