Miado - Much-improved ADO.Net
Assembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Adds a DbParameter with a given parameter name
and corresponding value.
Namespace:
MiadoAssembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Syntax
| C# |
|---|
public IDbParameterList Add( string name, Object value, ParameterDirection direction ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ name As String, _ value As Object, _ direction As ParameterDirection _ ) As IDbParameterList |
| Visual C++ |
|---|
public: virtual IDbParameterList^ Add( String^ name, Object^ value, ParameterDirection direction ) sealed |
Parameters
- name
- Type: System..::.String
The parameter name.
- value
- Type: System..::.Object
The value.
- direction
- Type: System.Data..::.ParameterDirection
The direction of the parameter in the DB command (defaulted to input).