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# |
|---|
DbParameter this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Default Property Item ( _ index As Integer _ ) As DbParameter |
| Visual C++ |
|---|
property DbParameter^ default[int index] { DbParameter^ get (int index); } |
Parameters
- index
- Type: System..::.Int32