FireDAC.Comp.DataSet.TFDXMLField.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: String read GetSchemaName;

C++

__property System::UnicodeString SchemaName = {read=GetSchemaName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDXMLField

Description

Returns the optional XML schema name.

Use the SchemaName property to read the optional XML schema name for this field. The semantics of this value is DBMS-dependent.

See Also