DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameter Class / C1DbParameter Constructor / C1DbParameter Constructor(String,DbType,String)
The parameter name.
The parameter DbTypetype.
The source column of this parameter.

In This Topic
    C1DbParameter Constructor(String,DbType,String)
    In This Topic
    C1DbParameter constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal dbType As DbType, _
       ByVal sourceColumn As String _
    )
    public C1DbParameter( 
       string name,
       DbType dbType,
       string sourceColumn
    )

    Parameters

    name
    The parameter name.
    dbType
    The parameter DbTypetype.
    sourceColumn
    The source column of this parameter.
    See Also