C# 클래스 ExportSQL.DBObject

파일 보기 프로젝트 열기: wedoit-io/ExportSQL 1 사용 예제들

공개 메소드들

메소드 설명
DBObject ( string name, string drop, string create ) : System
WriteToStream ( TextWriter sw ) : void

메소드 상세

DBObject() 공개 메소드

public DBObject ( string name, string drop, string create ) : System
name string
drop string
create string
리턴 System

WriteToStream() 공개 메소드

public WriteToStream ( TextWriter sw ) : void
sw System.IO.TextWriter
리턴 void