FireDAC.Comp.DataSet.TFDXMLField.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDXMLField

Delphi

property SchemaName: String read GetSchemaName;

C++

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

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