Data.DB.TDataSet.BlobFieldCount
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
property BlobFieldCount: Integer read FBlobFieldCount;
C++
__property int BlobFieldCount = {read=FBlobFieldCount, nodefault};
Description
Indicates the number of columns in the dataset that represent Binary large object (BLOB) fields.
Descendants of TDataSet use BlobFieldCount when determining how to handle BLOB information.