C# Class Signum.Engine.SqlPreCommandConcat

Inheritance: SqlPreCommand
Datei anzeigen Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
Clone ( ) : SqlPreCommand
Leaves ( ) : IEnumerable

Protected Methods

Method Description
PlainSql ( StringBuilder sb ) : void

Private Methods

Method Description
SqlPreCommandConcat ( Spacing spacing, SqlPreCommand commands ) : System

Method Details

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