C# Class SQLQueryStress.LoadEngine.ParamServer

Mostrar archivo Open project: ErikEJ/SqlQueryStress

Public Methods

Method Description
GetNextRow_Values ( System.Data.SqlClient.SqlParameterCollection newParam ) : void
GetParams ( ) : System.Data.SqlClient.SqlParameter[]

Private Methods

Method Description
Initialize ( string paramQuery, string connString, string>.Dictionary paramMappings ) : void

Method Details

GetNextRow_Values() public static method

public static GetNextRow_Values ( System.Data.SqlClient.SqlParameterCollection newParam ) : void
newParam System.Data.SqlClient.SqlParameterCollection
return void

GetParams() public static method

public static GetParams ( ) : System.Data.SqlClient.SqlParameter[]
return System.Data.SqlClient.SqlParameter[]