Data.DBXCommon.TDBXCommand.MaxBlobSize
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXCommand | |
Delphi
property MaxBlobSize: Int64 write SetMaxBlobSize;
C++
__property __int64 MaxBlobSize = {write=SetMaxBlobSize};
Description
Maximum blob size
This property holds the maximum blob size allowed for TDBXReader instances returned from ExecuteQuery.