dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameter Class / Value Property

In This Topic
    Value Property (SqlParameter)
    In This Topic
    Gets or sets the value of the parameter.
    Syntax
    'Declaration
     
    Public Overrides Property Value As Object
    public override object Value {get; set;}
    See Also