C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.SqlSpecificExpressions.SqlCollectionExpression

Represents a collection of values, each of which is itself represented by an Expression.
상속: Remotion.Linq.Clauses.Expressions.ExtensionExpression
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
SqlCollectionExpression ( Type type, IEnumerable items ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

메소드 상세

Accept() 공개 메소드

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
리턴 System.Linq.Expressions.Expression

SqlCollectionExpression() 공개 메소드

public SqlCollectionExpression ( Type type, IEnumerable items ) : System
type System.Type
items IEnumerable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VisitChildren() 보호된 메소드

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
리턴 System.Linq.Expressions.Expression