You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An object of type IDbDataParameter must be added as a property into the QueryField object. This property will only be set if the QueryField object has already been used in any execution.
Imagine, if the QueryField is a type of DirectionalQueryField and the ParameterDirection is being set as Output/InputOuput, then, you may be able to directly get the reference into the DbParameter object. Though, you can also retrieve the value via QueryField.GetValue().
The text was updated successfully, but these errors were encountered:
Describe the enhancement
An object of type
IDbDataParameter
must be added as a property into theQueryField
object. This property will only be set if theQueryField
object has already been used in any execution.Imagine, if the
QueryField
is a type ofDirectionalQueryField
and theParameterDirection
is being set asOutput/InputOuput
, then, you may be able to directly get the reference into theDbParameter
object. Though, you can also retrieve the value viaQueryField.GetValue()
.The text was updated successfully, but these errors were encountered: