C# 클래스 CodeKing.SqlHarvester.SqlSeeder

상속: ISeeder
파일 보기 프로젝트 열기: TheCodeKing/SqlHarvester.Net

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFiles ( ) : string[]
ImportFile ( string fileName ) : void
SqlSeeder ( IDataCommand database, string outputDirectory ) : System

비공개 메소드들

메소드 설명
ExecuteSql ( string query ) : void
IsValidQuery ( string query ) : bool

Determines whether to execute the sql against the database. This requires the command is more than simply a "GO" command.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFiles() 공개 메소드

public GetFiles ( ) : string[]
리턴 string[]

ImportFile() 공개 메소드

public ImportFile ( string fileName ) : void
fileName string
리턴 void

SqlSeeder() 공개 메소드

public SqlSeeder ( IDataCommand database, string outputDirectory ) : System
database IDataCommand
outputDirectory string
리턴 System