Miado - Much-improved ADO.Net
Assembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Gets the DbParameter with the specified name.
Namespace:
MiadoAssembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Syntax
| C# |
|---|
public DbParameter this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As DbParameter |
| Visual C++ |
|---|
public: virtual property DbParameter^ default[String^ name] { DbParameter^ get (String^ name) sealed; } |
Parameters
- name
- Type: System..::.String