dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameter Class / ToString Method

In This Topic
ToString Method (SqlParameter)
In This Topic
Gets a string containing the ParameterName.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 

Return Value

A string containing the ParameterName.
See Also