FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property SourceFieldName: String read FSourceFieldName write FSourceFieldName;

C++

__property System::UnicodeString SourceFieldName = {read=FSourceFieldName, write=FSourceFieldName};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappingItem


Description

Représente le nom d'un élément données source facultatif.

La propriété SourceFieldName représente le nom d'un élément données source facultatif.

Selon le type de source des données, cette propriété peut être un nom de champ d'ensemble de données un nom de colonne de table, un nom de colonne de fichier texte, et d'autres.

Remarque : Cette propriété peut être combinée avec la propriété SourceExpression.


Voir aussi