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

EqualsMethodCallTransformer implements IMethodCallTransformer for different Equals methods. The transformer is registered by name, not by method, so it will handle every method named "Equals" unless a specific MethodInfo-based transformer has been registered for that method.
Inheritance: IMethodCallTransformer
Datei anzeigen Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Properties

Property Type Description
SupportedMethodNames string[]

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

SupportedMethodNames public_oe static_oe property

public static string[] SupportedMethodNames
return string[]