C# Class CodeInsiders.SharpQL.Predicate

Inheritance: SqlFragment
Show file Open project: codeinsiders/sharpql Class Usage Examples

Public Methods

Method Description
Exists ( SelectStatement subQuery ) : Predicate
NotExists ( SelectStatement subQuery ) : Predicate
operator ( ) : Predicate

Method Details

Exists() public static method

public static Exists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
return Predicate

NotExists() public static method

public static NotExists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
return Predicate

operator() public static method

public static operator ( ) : Predicate
return Predicate