In This Topic
Gets or sets a value indicating whether the command object regenerates parameter objects if text of the command is changed.
Syntax
'Declaration
Public Property ParameterCheck As Boolean
public bool ParameterCheck {get; set;}
Property Value
Value indicating whether the command object regenerates parameter objects if text of the command is changed. The default value is
false.
See Also