Miado - Much-improved ADO.Net
Assembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Gets the DbParameter at the specified index.
Namespace:
MiadoAssembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Syntax
| C# |
|---|
public DbParameter this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As DbParameter |
| Visual C++ |
|---|
public: virtual property DbParameter^ default[int index] { DbParameter^ get (int index) sealed; void set (int index, DbParameter^ value) sealed; } |
Parameters
- index
- Type: System..::.Int32