DbCommandBuilder.GetParameterPlaceholder(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the placeholder for the parameter in the associated SQL statement.
protected:
abstract System::String ^ GetParameterPlaceholder(int parameterOrdinal);
protected abstract string GetParameterPlaceholder (int parameterOrdinal);
abstract member GetParameterPlaceholder : int -> string
Protected MustOverride Function GetParameterPlaceholder (parameterOrdinal As Integer) As String
Parameters
- parameterOrdinal
- Int32
The number to be included as part of the parameter's name.
Returns
The name of the parameter with the specified number appended.
Remarks
This method is intended for use by provider writers building a custom command builder.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.