点击或拖拽改变大小

CoreDb.BlobInfo 方法 (UInt32, UInt32, Object)

X#
Retrieve information about a memo column.

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD BlobInfo(
	nOrdinal AS DWORD,
	nPos AS DWORD,
	oRet REF Object
) AS LOGIC
查看代码

参数

nOrdinal
类型:UInt32
nPos
类型:UInt32
oRet
类型:Object
The returnvalue is returned through this parameter. When set on entry this is the new value of the setting.

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
参见