C# 클래스 Signum.Engine.SqlPreCommandExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
AvoidOpenOpenSqlFileRetry bool

공개 메소드들

메소드 설명
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

메소드 상세

Combine() 공개 정적인 메소드

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

OpenSqlFile() 공개 정적인 메소드

public static OpenSqlFile ( this command ) : string
command this
리턴 string

OpenSqlFile() 공개 정적인 메소드

public static OpenSqlFile ( this command, string fileName ) : string
command this
fileName string
리턴 string

OpenSqlFileRetry() 공개 정적인 메소드

public static OpenSqlFileRetry ( this command ) : void
command this
리턴 void

PlainSqlCommand() 공개 정적인 메소드

public static PlainSqlCommand ( this command ) : SqlPreCommand
command this
리턴 SqlPreCommand

Save() 공개 정적인 메소드

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

프로퍼티 상세

AvoidOpenOpenSqlFileRetry 공개적으로 정적으로 프로퍼티

public static bool AvoidOpenOpenSqlFileRetry
리턴 bool