C# Class CodeInsiders.SharpQL.Predicate

Inheritance: SqlFragment
Afficher le fichier Open project: codeinsiders/sharpql Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( SelectStatement subQuery ) : Predicate
NotExists ( SelectStatement subQuery ) : Predicate
operator ( ) : Predicate

Method Details

Exists() public static méthode

public static Exists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
Résultat Predicate

NotExists() public static méthode

public static NotExists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
Résultat Predicate

operator() public static méthode

public static operator ( ) : Predicate
Résultat Predicate