GetParam

public Parameter GetParam(string name) ;

Get the parameters from the name.

Parameter Name Description
name Name.

Parameters. Return null if you did not exist.

public Parameter GetParam(int id) ;

Get the parameters from the ID.

Parameter Name Description
id ID.

Parameters. Return null if you did not exist.