DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommandBuilder Class / GetParameterPlaceholder Method

In This Topic
    GetParameterPlaceholder Method (C1D365SCommandBuilder)
    In This Topic
    Returns the placeholder for the parameter in the associated SQL statement.
    Syntax
    'Declaration
     
    Protected Function GetParameterPlaceholder( _
       ByVal parameterOrdinal As Integer _
    ) As String
    protected string GetParameterPlaceholder( 
       int parameterOrdinal
    )

    Parameters

    parameterOrdinal
    See Also