Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownTableTypeName
Delphi
function IsKnownTableTypeName(const Name: string): Boolean; virtual;
C++
virtual bool __fastcall IsKnownTableTypeName(const System::UnicodeString Name);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp |
Datasnap.DSProxyWriter | TDSCustomProxyWriter |
Description
Vérifie si le nom de table donné est un type connu.
La méthode IsKnownTableTypeName renvoie True si la table donnée par Name est un type connu, sinon elle renvoie False.