FireDAC.Comp.Script.TFDSQLScripts

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDSQLScripts

Delphi

TFDSQLScripts = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TFDSQLScripts : public System::Classes::TOwnedCollection

Propriétés

Type Visibilité  Source Unité  Parent
class public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Description

TFDSQLScripts est une collection d'objets TFDSQLScript.

La classe TFDSQLScripts est une collection d'objets TFDSQLScript. Tous les scripts d'une collection doivent avoir des noms uniques. Utilisez les méthodes suivantes :

  • Add pour ajouter un nouvel objet script.
  • FindScript pour rechercher un script par son nom.

Voir aussi