C# 클래스 NetBase.Sql.Where

Stores details of where clauses. Actually, having the filter function in here is not consistent with the rest of the query engine, where the actual functionality is in the "executive" namespace
파일 보기 프로젝트 열기: buttonpusher/NetBase 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Field string
Value string

공개 메소드들

메소드 설명
Filter ( Row r ) : bool

메소드 상세

Filter() 공개 메소드

public Filter ( Row r ) : bool
r NetBase.Storage.Row
리턴 bool

프로퍼티 상세

Field 공개적으로 프로퍼티

public string Field
리턴 string

Value 공개적으로 프로퍼티

public string Value
리턴 string