Add(string, RdmType) Method

Syntax:

public int Add(string parameterName, RdmType dataType)

Description:

Adds a new RdmParameter object to the collection with the specified ParameterName and RdmType.

Parameters:

parameterName

Type: System.String

The name of the new parameter to add to the collection.

dataType

Type: RdmType

The type of the new parameter to add to the collection.

Return Value:

Type: System.Int32

The zero-based index of the new RdmParameter object in the collection.