C# Class ExportSQL.CommandLine

ファイルを表示 Open project: wedoit-io/ExportSQL

Public Methods

Method Description
Parse ( string args ) : void
ShowUsage ( string program ) : void

Private Methods

Method Description
GetArgValue ( string paramString ) : string
IsArgWithValue ( string paramString, string name ) : bool
RunWithoutWindow ( ExportSQL dbType, ExportSQL saveMode, bool expViews, bool expProcedures, bool expFunctions, bool expTriggers ) : void

Method Details

Parse() public static method

public static Parse ( string args ) : void
args string
return void

ShowUsage() public static method

public static ShowUsage ( string program ) : void
program string
return void