C# Class Signum.Engine.SqlPreCommandExtensions

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
AvoidOpenOpenSqlFileRetry bool

Méthodes publiques

Méthode Description
Combine ( this preCommands, Spacing spacing ) : SqlPreCommand
OpenSqlFile ( this command ) : string
OpenSqlFile ( this command, string fileName ) : string
OpenSqlFileRetry ( this command ) : void
PlainSqlCommand ( this command ) : SqlPreCommand
Save ( this command, string fileName ) : void

Method Details

Combine() public static méthode

public static Combine ( this preCommands, Spacing spacing ) : SqlPreCommand
preCommands this
spacing Spacing
Résultat SqlPreCommand

OpenSqlFile() public static méthode

public static OpenSqlFile ( this command ) : string
command this
Résultat string

OpenSqlFile() public static méthode

public static OpenSqlFile ( this command, string fileName ) : string
command this
fileName string
Résultat string

OpenSqlFileRetry() public static méthode

public static OpenSqlFileRetry ( this command ) : void
command this
Résultat void

PlainSqlCommand() public static méthode

public static PlainSqlCommand ( this command ) : SqlPreCommand
command this
Résultat SqlPreCommand

Save() public static méthode

public static Save ( this command, string fileName ) : void
command this
fileName string
Résultat void

Property Details

AvoidOpenOpenSqlFileRetry public_oe static_oe property

public static bool AvoidOpenOpenSqlFileRetry
Résultat bool