C# Class Signum.Engine.SqlPreCommandSimple

Inheritance: SqlPreCommand
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode Description
AddComment ( string comment ) : SqlPreCommandSimple
AlterSql ( string sql ) : void
Clone ( ) : SqlPreCommand
Leaves ( ) : IEnumerable
SqlPreCommandSimple ( string sql ) : System
SqlPreCommandSimple ( string sql, List parameters ) : System

Méthodes protégées

Méthode Description
PlainSql ( StringBuilder sb ) : void

Private Methods

Méthode Description
Encode ( object value ) : string

Method Details

AddComment() public méthode

public AddComment ( string comment ) : SqlPreCommandSimple
comment string
Résultat SqlPreCommandSimple

AlterSql() public méthode

public AlterSql ( string sql ) : void
sql string
Résultat void

Clone() public méthode

public Clone ( ) : SqlPreCommand
Résultat SqlPreCommand

Leaves() public méthode

public Leaves ( ) : IEnumerable
Résultat IEnumerable

PlainSql() protected méthode

protected PlainSql ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

SqlPreCommandSimple() public méthode

public SqlPreCommandSimple ( string sql ) : System
sql string
Résultat System

SqlPreCommandSimple() public méthode

public SqlPreCommandSimple ( string sql, List parameters ) : System
sql string
parameters List
Résultat System