Data.DB.TBlobField.GetClassDesc
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBlobField |
Delphi
function GetClassDesc: string; override;
C++
virtual System::UnicodeString __fastcall GetClassDesc();
Description
Returns the BLOB field's type name.
GetClassDesc returns a string representation of the field data type. If the BLOB field is not null, the returned string is converted to uppercase.