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::GetParameterPlaceholder Method (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the placeholder for the parameter in the associated SQL statement.

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

protected:
virtual String^ GetParameterPlaceholder(
	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.

This method is intended for use by provider writers building a custom command builder.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft