Interface IParameterTypeHandler
A parameter type handler which can be used with the
Namespace: Venflow
Assembly: Venflow.dll
Syntax
public interface IParameterTypeHandler
Methods
| Improve this Doc View SourceHandle(String, Object)
Is used to convert the given value and name to an
Declaration
NpgsqlParameter Handle(string name, object val)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the parameter. |
Object | val | The value of the parameter. |
Returns
Type | Description |
---|---|
NpgsqlParameter | The |