VoDb.BlobInfo Method (DWord, DWord, Usual) | |
Retrieve information about a memo column.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD BlobInfo(
nOrdinal AS DWORD,
nPos AS DWORD,
ptrRet REF USUAL
) AS LOGIC
public static bool BlobInfo(
uint nOrdinal,
uint nPos,
ref Usual ptrRet
)
Request Example
View SourceParameters
- nOrdinal
- Type: DWord
- nPos
- Type: DWord
- ptrRet
- Type: Usual
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also