FireDAC.Comp.DataSet.TFDXMLField.GetClassDesc
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDXMLField |
Delphi
function GetClassDesc: string; override;
C++
virtual System::UnicodeString __fastcall GetClassDesc();
Description
Returns the BLOB field's type name.
FireDAC.Comp.DataSet.TFDXMLField.GetClassDesc inherits from Data.DB.TBlobField.GetClassDesc. All content below this line refers to Data.DB.TBlobField.GetClassDesc.
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.