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

ContainsMethodCallTransformer implements IMethodCallTransformer for the string.Contains method.
Inheritance: IMethodCallTransformer
Show file 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 static property

public static MethodInfo[],System.Reflection SupportedMethods
return System.Reflection.MethodInfo[]