AbstractSqlFactory.HandleSpecialValue 方法 | |
This method is called to translate result values for a column.
命名空间:
XSharp.Data
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD HandleSpecialValue(
oValue AS Object,
oFS AS Object,
lDateTimeAsDate AS LOGIC
) AS Object
public virtual Object HandleSpecialValue(
Object oValue,
Object oFS,
bool lDateTimeAsDate
)
查看代码参数
- oValue
- 类型:Object
The value as returned by the dataprovider. - oFS
- 类型:Object
The fieldspec for the column. - lDateTimeAsDate
- 类型:Boolean
A setting that indicates if the server wants DateTime values as Date.
返回值
类型:
ObjectThe value that must be passed to the program.
实现
HandleSpecialValue(Object, Object, Boolean)参见