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

FromExpressionInfo is returned by SqlPreparationFromExpressionVisitor.AnalyzeFromExpression.
Datei anzeigen Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Properties

Property Type Description
ExtractedOrderings ReadOnlyCollection
ItemSelector System.Linq.Expressions.Expression
SqlTable Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable
WhereCondition System.Linq.Expressions.Expression

Public Methods

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

Method Details

FromExpressionInfo() public method

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
return System

Property Details

ExtractedOrderings public_oe property

public ReadOnlyCollection ExtractedOrderings
return ReadOnlyCollection

ItemSelector public_oe property

public Expression,System.Linq.Expressions ItemSelector
return System.Linq.Expressions.Expression

SqlTable public_oe property

public SqlTable,Remotion.Linq.SqlBackend.SqlStatementModel SqlTable
return Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

WhereCondition public_oe property

public Expression,System.Linq.Expressions WhereCondition
return System.Linq.Expressions.Expression