Miado - Much-improved ADO.Net
Overload List
| Name | Description | |
|---|---|---|
|
|
AddParameter(Action<(Of <(DbParameter>)>)) |
Adds a parameter to the SQL statement using a delegate method to
populate a DbParameter instance.
|
|
|
AddParameter(String, Object) |
Add a parameter to the SQL statement (the DbType will be inferred)
|
|
|
AddParameter(String, Object, DbType) |
Add a parameter to the SQL statement using a specific
DbType
|