asp.net.ph

IDataRecord.Item Property ( String )

System.Data Namespace   IDataRecord Class


Returns the value of a column with the specified name.

Syntax


Object variable = IDataRecord.Item [ columnName ];
... or ...
Object variable = IDataRecord [ columnName ];
  C# VB JScript

Parameters

columnName
The name of the column.

Property Value

The value of the column.

Exceptions


Exception Type Condition
MissingFieldException No column with the specified name was found.

Remarks

A case-sensitive lookup is performed first. If it fails, a second case-insensitive search is made.

This method is kana-width insensitive.

See Also

IDataRecord Members   IDataRecord.Item Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note