点击或拖拽改变大小

Functions.VoDbBlobInfo 方法 (UInt32, UInt32, __Usual)

X#
Retrieve information about a memo column.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION VoDbBlobInfo(
	nOrdinal AS DWORD,
	nPos AS DWORD,
	uValue AS USUAL
) AS LOGIC
查看代码

参数

nOrdinal
类型:UInt32
nPos
类型:UInt32
uValue
类型:__Usual

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注


提示 提示:
The difference between VoDbBlobInfo and CoreDb.BlobInfo is that VoDbBlobInfo takes a USUAL parameter.
参见