Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownTableTypeName

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi