dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameter Class / ParameterName Property

In This Topic
    ParameterName Property (UniParameter)
    In This Topic
    Gets or sets the name of the UniParameter.
    Syntax
    'Declaration
     
    Public Overrides Property ParameterName As String
    public override string ParameterName {get; set;}

    Property Value

    The name of the UniParameter. The default value is an empty string ("").
    See Also