CoreDb.BlobInfo Method (DWord, DWord, Object) | |
Retrieve information about a memo column.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD BlobInfo(
nOrdinal AS DWORD,
nPos AS DWORD,
oRet AS Object
) AS LOGIC
public static bool BlobInfo(
uint nOrdinal,
uint nPos,
Object oRet
)
Request Example
View SourceParameters
- nOrdinal
- Type: DWord
- nPos
- Type: DWord
- oRet
- Type: Object
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also Reference
BlobInfo overloads in CoreDb