DataColumn.Value Property | |
The value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Value AS USUAL GET SET
public virtual Usual Value { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
See Also