The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbCommandBuilder::GetParameterName Method (Int32)
.NET Framework (current version)
Returns the name of the specified parameter in the format of @p#. Use when building a custom command builder.
Assembly: System.Data (in System.Data.dll)
Parameters
- parameterOrdinal
-
Type:
System::Int32
The number to be included as part of the parameter's name..
Return Value
Type: System::String^The name of the parameter with the specified number appended as part of the parameter name.
.NET Framework
Available since 2.0
Available since 2.0
Show: