Property Item
| Improve this Doc View SourceItem[DataRow]
Gets the value for specified DataRow.
Declaration
public abstract T this[DataRow dataRow] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The specified DataRow. |
Property Value
| Type | Description |
|---|---|
| T | The value for specified DataRow. |