SqlHelper.FixParamType method
Fixes the type of the parameter to something suitable as a SQL parameter.
public static object? FixParamType(object? value)
| parameter | description |
|---|---|
| value | The value. |
Return Value
The value converted to a suitable SQL parameter type.
See Also
- class SqlHelper