C# 클래스 CodeInsiders.SharpQL.Predicate

상속: SqlFragment
파일 보기 프로젝트 열기: codeinsiders/sharpql 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( SelectStatement subQuery ) : Predicate
NotExists ( SelectStatement subQuery ) : Predicate
operator ( ) : Predicate

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
리턴 Predicate

NotExists() 공개 정적인 메소드

public static NotExists ( SelectStatement subQuery ) : Predicate
subQuery SelectStatement
리턴 Predicate

operator() 공개 정적인 메소드

public static operator ( ) : Predicate
리턴 Predicate