C# Class Marten.Linq.CollectionAnyNoPredicateWhereFragment

Handle Any() with JSONB_ARRAY_LENGTH introduced in PostgreSQL 9.4
Inheritance: IWhereFragment
Mostrar archivo Open project: JasperFx/marten Class Usage Examples

Public Methods

Method Description
CollectionAnyNoPredicateWhereFragment ( MemberInfo members, Remotion.Linq.Clauses.Expressions.SubQueryExpression expression ) : System.Linq
Contains ( string sqlText ) : bool
ToSql ( NpgsqlCommand command ) : string

Method Details

CollectionAnyNoPredicateWhereFragment() public method

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

Contains() public method

public Contains ( string sqlText ) : bool
sqlText string
return bool

ToSql() public method

public ToSql ( NpgsqlCommand command ) : string
command Npgsql.NpgsqlCommand
return string