OdbcFactory.HandleSpecialValue Method | |
This method is called to translate result values for a column.
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax VIRTUAL METHOD HandleSpecialValue(
oValue AS Object,
oFS AS Object,
lDateTimeAsDate AS LOGIC
) AS Object
public override Object HandleSpecialValue(
Object oValue,
Object oFS,
bool lDateTimeAsDate
)
Request Example
View SourceParameters
- oValue
- Type: Object
The value as returned by the dataprovider. - oFS
- Type: Object
The fieldspec for the column. - lDateTimeAsDate
- Type: Logic
A setting that indicates if the server wants DateTime values as Date.
Return Value
Type:
ObjectThe value that must be passed to the program.
Implements
HandleSpecialValue(Object, Object, Logic)See Also