DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / CreateDbParameter Method

In This Topic
    CreateDbParameter Method (C1CSVCommand)
    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