C# Class Signum.Engine.SqlPreCommandExtensions

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
AvoidOpenOpenSqlFileRetry bool

Public Methods

Method 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 method

public static Combine ( this preCommands, Spacing spacing ) : SqlPreCommand
preCommands this
spacing Spacing
return SqlPreCommand

OpenSqlFile() public static method

public static OpenSqlFile ( this command ) : string
command this
return string

OpenSqlFile() public static method

public static OpenSqlFile ( this command, string fileName ) : string
command this
fileName string
return string

OpenSqlFileRetry() public static method

public static OpenSqlFileRetry ( this command ) : void
command this
return void

PlainSqlCommand() public static method

public static PlainSqlCommand ( this command ) : SqlPreCommand
command this
return SqlPreCommand

Save() public static method

public static Save ( this command, string fileName ) : void
command this
fileName string
return void

Property Details

AvoidOpenOpenSqlFileRetry public_oe static_oe property

public static bool AvoidOpenOpenSqlFileRetry
return bool