DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Add Method / Add(String,String) Method
The name of the parameter.
The source column of the parameter to be mapped to.

In This Topic
    Add(String,String) Method
    In This Topic
    Adds a DbParameter object to the parameter collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal name As String, _
       ByVal sourceColumn As String _
    ) As C1DbParameter
    public C1DbParameter Add( 
       string name,
       string sourceColumn
    )

    Parameters

    name
    The name of the parameter.
    sourceColumn
    The source column of the parameter to be mapped to.
    See Also