C# Class Remotion.Linq.SqlBackend.SqlPreparation.FromExpressionInfo

FromExpressionInfo is returned by SqlPreparationFromExpressionVisitor.AnalyzeFromExpression.
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Свойство Type Description
ExtractedOrderings ReadOnlyCollection
ItemSelector System.Linq.Expressions.Expression
SqlTable Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable
WhereCondition System.Linq.Expressions.Expression

Méthodes publiques

Méthode Description
FromExpressionInfo ( SqlTable sqlTable, Remotion.Linq.Clauses.Ordering extractedOrderings, Expression itemSelector, Expression whereCondition ) : System

Method Details

FromExpressionInfo() public méthode

public FromExpressionInfo ( SqlTable sqlTable, Remotion.Linq.Clauses.Ordering extractedOrderings, Expression itemSelector, Expression whereCondition ) : System
sqlTable Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable
extractedOrderings Remotion.Linq.Clauses.Ordering
itemSelector System.Linq.Expressions.Expression
whereCondition System.Linq.Expressions.Expression
Résultat System

Property Details

ExtractedOrderings public_oe property

public ReadOnlyCollection ExtractedOrderings
Résultat ReadOnlyCollection

ItemSelector public_oe property

public Expression,System.Linq.Expressions ItemSelector
Résultat System.Linq.Expressions.Expression

SqlTable public_oe property

public SqlTable,Remotion.Linq.SqlBackend.SqlStatementModel SqlTable
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

WhereCondition public_oe property

public Expression,System.Linq.Expressions WhereCondition
Résultat System.Linq.Expressions.Expression