Parameters.Insert(Int32, String, TypeCode) Method

Definition

Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection.

public:
 abstract void Insert(int index, System::String ^ parameterName, TypeCode dataType);
public abstract void Insert (int index, string parameterName, TypeCode dataType);
abstract member Insert : int * string * TypeCode -> unit
Public MustOverride Sub Insert (index As Integer, parameterName As String, dataType As TypeCode)

Parameters

index
Int32

The location within the collection to insert to.

parameterName
String

The name of the parameter.

dataType
TypeCode

The data type of the parameter.

Applies to