Property Item
|
Improve this Doc
View Source
Item[Int32]
Declaration
public override object this[int ordinal] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
ordinal |
|
Property Value
Type |
Description |
System.Object |
|
Overrides
System.Data.Common.DbDataReader.Item[System.Int32]
|
Improve this Doc
View Source
Item[String]
Declaration
public override object this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Type |
Description |
System.Object |
|
Overrides
System.Data.Common.DbDataReader.Item[System.String]