C# Class Azavea.Open.DAO.SQL.SqlDaQuery

A "normal" SQL query, can be run by the SqlDaLayer.
Inheritance: IDaQuery
Afficher le fichier Open project: azavea/net-dao Class Usage Examples

Méthodes publiques

Свойство Type Description
Params List
Sql System.Text.StringBuilder

Méthodes publiques

Méthode Description
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.

Method Details

Clear() public méthode

Clears the contents of the query, allowing the object to be reused.
public Clear ( ) : void
Résultat void

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

Property Details

Params public_oe property

Any parameters for the SQL statement.
public List Params
Résultat List

Sql public_oe property

The SQL statement to run, hopefully parameterized.
public StringBuilder,System.Text Sql
Résultat System.Text.StringBuilder