C# 클래스 DbUp.Reboot.Engine.Preprocessors.StripSchemaPreprocessor

Used for database engines that do not support schema's, it will remove $schema$. from all scripts
상속: IScriptPreprocessor
파일 보기 프로젝트 열기: chriswill/DbUpReboot

공개 메소드들

메소드 설명
Process ( string contents ) : string

Performs some preprocessing step on a script

메소드 상세

Process() 공개 메소드

Performs some preprocessing step on a script
public Process ( string contents ) : string
contents string
리턴 string