C# 클래스 Marten.Linq.CollectionAnyContainmentWhereFragment

상속: IWhereFragment
파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

메소드 설명
CollectionAnyContainmentWhereFragment ( MemberInfo members, ISerializer serializer, Remotion.Linq.Clauses.Expressions.SubQueryExpression expression ) : System
Contains ( string sqlText ) : bool
ToSql ( NpgsqlCommand command ) : string

비공개 메소드들

메소드 설명
buildBinary ( BinaryExpression binaryExpressions, NpgsqlCommand command ) : IEnumerable
buildSubQuery ( Remotion.Linq.Clauses.Expressions.SubQueryExpression subQuery, NpgsqlCommand command ) : string
gatherSearch ( BinaryExpression x, object>.Dictionary search ) : void
isListOrArrayOf ( Type value, Type valid ) : bool
throwNotSupportedContains ( ) : void

메소드 상세

CollectionAnyContainmentWhereFragment() 공개 메소드

public CollectionAnyContainmentWhereFragment ( MemberInfo members, ISerializer serializer, Remotion.Linq.Clauses.Expressions.SubQueryExpression expression ) : System
members System.Reflection.MemberInfo
serializer ISerializer
expression Remotion.Linq.Clauses.Expressions.SubQueryExpression
리턴 System

Contains() 공개 메소드

public Contains ( string sqlText ) : bool
sqlText string
리턴 bool

ToSql() 공개 메소드

public ToSql ( NpgsqlCommand command ) : string
command Npgsql.NpgsqlCommand
리턴 string