C# Class SimpleSqlExec.InputParameters

Show file Open project: SqlQuantumLeap/SimpleSqlExec Class Usage Examples

Private Properties

Property Type Description
CheckFilePath void
CheckForExistingOutputFile void
ValidateParameters void

Public Methods

Method Description
InputParameters ( string args ) : System

Private Methods

Method Description
CheckFilePath ( string FilePath ) : void
CheckForExistingOutputFile ( string OutputFile ) : void
ValidateParameters ( ) : void

Method Details

InputParameters() public method

public InputParameters ( string args ) : System
args string
return System