IDataParameter::ParameterName Property
.NET Framework (current version)
Gets or sets the name of the IDataParameter.
Assembly: System.Data (in System.Data.dll)
The ParameterName is specified in the form @paramname. You must set ParameterName before executing a command that relies on parameters.
The following example creates an instance of the implementing class, SqlParameter, and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: