C# 클래스 Marten.Linq.CollectionAnyNoPredicateWhereFragment

Handle Any() with JSONB_ARRAY_LENGTH introduced in PostgreSQL 9.4
상속: IWhereFragment
파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

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

메소드 상세

CollectionAnyNoPredicateWhereFragment() 공개 메소드

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

Contains() 공개 메소드

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

ToSql() 공개 메소드

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