点击或拖拽改变大小

ISqlFactory.AfterOpen 方法

X#
This method is called after a datareader was opened.

命名空间:  XSharp.Data
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
FUNCTION AfterOpen(
	oDataReader AS DbDataReader
) AS DbDataReader
查看代码

参数

oDataReader
类型:DbDataReader
The datareader that was created by the provider.

返回值

类型:DbDataReader
The datareader as should be used by the SqlSelect class.
备注
Sometimes you may want to change the datareader before using it in the program.
参见