C# Class Marten.Linq.NotWhereFragment

Inheritance: IWhereFragment
Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string sqlText ) : bool
NotWhereFragment ( IWhereFragment inner ) : Npgsql
ToSql ( NpgsqlCommand command ) : string

Method Details

Contains() public méthode

public Contains ( string sqlText ) : bool
sqlText string
Résultat bool

NotWhereFragment() public méthode

public NotWhereFragment ( IWhereFragment inner ) : Npgsql
inner IWhereFragment
Résultat Npgsql

ToSql() public méthode

public ToSql ( NpgsqlCommand command ) : string
command Npgsql.NpgsqlCommand
Résultat string