'Declaration
Public Property RetryParameterBindingOnError As Boolean
public bool RetryParameterBindingOnError {get; set;}
Property Value
true, if the XML data should be retrieved in a binary format; otherwise, false. Default value is true.
Remarks
If parameters are defined with an incorrect datatype, this will result in an error. When this property is set to true, the describe information is used to attempt to determine the correct datatype for the parameter and the statement is re-executed. Setting RetryParameterBindingOnError to true will preserve this functionality. However, this may decrease performance, so it is recommended to set it to false and define parameters correctly.