Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

Returns the name of the specified parameter in the format of @p#. Use when building a custom command builder.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
virtual String^ GetParameterName(
	int parameterOrdinal
) abstract

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
Return to top
Show:
© 2017 Microsoft