dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbParameterBase Class / ToString Method

In This Topic
    ToString Method (DbParameterBase)
    In This Topic
    Gets the name of the DbParameterBase.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The name of the DbParameterBase.
    See Also