C# 클래스 Azavea.Open.DAO.SQL.SqlDaQuery

A "normal" SQL query, can be run by the SqlDaLayer.
상속: IDaQuery
파일 보기 프로젝트 열기: azavea/net-dao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Params List
Sql System.Text.StringBuilder

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the contents of the query, allowing the object to be reused.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

Clear() 공개 메소드

Clears the contents of the query, allowing the object to be reused.
public Clear ( ) : void
리턴 void

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Params 공개적으로 프로퍼티

Any parameters for the SQL statement.
public List Params
리턴 List

Sql 공개적으로 프로퍼티

The SQL statement to run, hopefully parameterized.
public StringBuilder,System.Text Sql
리턴 System.Text.StringBuilder