Miado - Much-improved ADO.Net
Overload List
| Name | Description | |
|---|---|---|
|
|
AddParameters(IDbParameterList) |
Adds parameters from an object implenting the IDbParameterList
interface.
|
|
|
AddParameters(Action<(Of <(IDbParameterList>)>)) |
Adds any number of parameters to a SQL statement by using a delegate
method that passes in the current parameter list.
|
|
|
AddParameters(IDictionary<(Of <(String, Object>)>)) |
Add all the parameters using a Dictionary which maps their name to their value
|