C# Class Signum.Engine.SqlPreCommandSimple

Inheritance: SqlPreCommand
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Methods

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

Protected Methods

Method Description
PlainSql ( StringBuilder sb ) : void

Private Methods

Method Description
Encode ( object value ) : string

Method Details

AddComment() public method

public AddComment ( string comment ) : SqlPreCommandSimple
comment string
return SqlPreCommandSimple

AlterSql() public method

public AlterSql ( string sql ) : void
sql string
return void

Clone() public method

public Clone ( ) : SqlPreCommand
return SqlPreCommand

Leaves() public method

public Leaves ( ) : IEnumerable
return IEnumerable

PlainSql() protected method

protected PlainSql ( StringBuilder sb ) : void
sb StringBuilder
return void

SqlPreCommandSimple() public method

public SqlPreCommandSimple ( string sql ) : System
sql string
return System

SqlPreCommandSimple() public method

public SqlPreCommandSimple ( string sql, List parameters ) : System
sql string
parameters List
return System