C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / QueryParameter Class / SetName Method
The new name of the parameter.

In This Topic
SetName Method (QueryParameter)
In This Topic
Sets the name of the current QueryParameter.
Syntax
'Declaration
 
Protected Overrides Sub SetName( _
   ByVal newName As String _
) 
 

Parameters

newName
The new name of the parameter.
See Also