C# Class Signum.Engine.SqlPreCommandConcat

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

Méthodes publiques

Méthode Description
Clone ( ) : SqlPreCommand
Leaves ( ) : IEnumerable

Méthodes protégées

Méthode Description
PlainSql ( StringBuilder sb ) : void

Private Methods

Méthode Description
SqlPreCommandConcat ( Spacing spacing, SqlPreCommand commands ) : System

Method Details

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