点击或拖拽改变大小

AbstractSqlFactory.HandleSpecialValue 方法

X#
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
查看代码

参数

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.

返回值

类型:Object
The value that must be passed to the program.

实现

HandleSpecialValue(Object, Object, Boolean)
参见