| IRecordItem Property |
Returns the database value from the specified column.
Namespace:
AskiaFieldCom.SqlDatabase
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object this[
string columnName
] { get; }
property Object^ default[String^ columnName] {
Object^ get (String^ columnName);
}
Parameters
- columnName
- Type: SystemString
Name of the column.
Return Value
Type:
Object
Database value associated with the column name.
Remarks The column name is case insensitive `foo`, `Foo` or `FOO` will be equivalent.
See Also