C# Class Remotion.Linq.SqlBackend.SqlStatementModel.SqlSpecificExpressions.SqlCollectionExpression

Represents a collection of values, each of which is itself represented by an Expression.
Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
SqlCollectionExpression ( Type type, IEnumerable items ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Method Details

Accept() public méthode

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression

SqlCollectionExpression() public méthode

public SqlCollectionExpression ( Type type, IEnumerable items ) : System
type System.Type
items IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

VisitChildren() protected méthode

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression