C# 클래스 FdoUtil.DumpSchemaCommand

상속: FdoToolbox.Core.AppFramework.ConsoleCommand
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
DumpSchemaCommand ( string provider, string connStr, string schemaFile ) : System
DumpSchemaCommand ( string provider, string connStr, string schemaFile, string schemaName ) : System
Execute ( ) : int

메소드 상세

DumpSchemaCommand() 공개 메소드

public DumpSchemaCommand ( string provider, string connStr, string schemaFile ) : System
provider string
connStr string
schemaFile string
리턴 System

DumpSchemaCommand() 공개 메소드

public DumpSchemaCommand ( string provider, string connStr, string schemaFile, string schemaName ) : System
provider string
connStr string
schemaFile string
schemaName string
리턴 System

Execute() 공개 메소드

public Execute ( ) : int
리턴 int