C# Class Remotion.Linq.SqlBackend.Development.UnitTesting.SqlExpressionTreeComparer

Compares two SQL Expression trees constructed from System.Linq expressions.
Inheritance: ExpressionTreeComparerBase
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
CheckAreEqualTrees ( Expression expectedTree, Expression actualTree ) : void

Private Methods

Méthode Description
SqlExpressionTreeComparer ( string expectedInitial, string actualInitial ) : System

Method Details

CheckAreEqualTrees() public static méthode

public static CheckAreEqualTrees ( Expression expectedTree, Expression actualTree ) : void
expectedTree System.Linq.Expressions.Expression
actualTree System.Linq.Expressions.Expression
Résultat void