DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / CreateDbParameter Method

In This Topic
    CreateDbParameter Method (C1CommandBase)
    In This Topic
    Creates and returns a new instance of the System.Data.Common.DbParameter class.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateDbParameter() As DbParameter
    protected override DbParameter CreateDbParameter()
    See Also