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

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