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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph