| SqlRowItem Property (String) |
Get or set the row's column values via their name.
Namespace:
Galactic.Sql
Assembly:
Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Object this[
string fieldName
] { get; set; }
Public Default Property Item (
fieldName As String
) As Object
Get
Set
public:
property Object^ default[String^ fieldName] {
Object^ get (String^ fieldName);
void set (String^ fieldName, Object^ value);
}
member Item : Object with get, set
Parameters
- fieldName
- Type: SystemString
The name of the field value to get or set.
Return Value
Type:
ObjectThe value of the field.
See Also