DBS_BLOB_DIRECT_LEN Define | |
Returns the length of data in a BLOB as an unsigned long integer, without referencing a particular memo field. With this constant, you must specify the BLOB using a numeric pointer obtained from BLOBDirectPut(), BLOBDirectImport(), or DBFieldInfo(DBS_BLOB_POINTER, <nFieldPos>).
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax DEFINE DBS_BLOB_DIRECT_LEN := 223 AS LONG
public const int DBS_BLOB_DIRECT_LEN = 223
Request Example
View SourceField Value
Type:
LongSee Also