DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowProviderFactory Class / CreateParameter Method

In This Topic
    CreateParameter Method (C1ServiceNowProviderFactory)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CreateParameter() As DbParameter
    public override DbParameter CreateParameter()

    Return Value

    Returns an instance of a System.Data.Common.DbParameter.
    See Also