VoDbBlobInfo Function (DWord, DWord, Usual) | |
Retrieve information about a memo column.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION VoDbBlobInfo(
nOrdinal AS DWORD,
nPos AS DWORD,
uValue AS USUAL
) AS LOGIC
public static bool VoDbBlobInfo(
uint nOrdinal,
uint nPos,
Usual uValue
)
Request Example
View SourceParameters
- nOrdinal
- Type: DWord
- nPos
- Type: DWord
- uValue
- Type: Usual
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
The difference between VoDbBlobInfo and CoreDb.BlobInfo is that VoDbBlobInfo takes a USUAL parameter. |
See Also