SqlHelper.FixParamType method
namespace: Serenity.Data assembly: Serenity.Net.Data
Fixes the type of the parameter to something suitable as SQL parameter.
public static object FixParamType(object value)
| parameter | description |
|---|---|
| value | The value. |
See Also
- class SqlHelper