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
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Свойство Type Description
SupportedMethodNames string[]

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

SupportedMethodNames public_oe static_oe property

public static string[] SupportedMethodNames
Résultat string[]