Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownTableTypeName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsKnownTableTypeName(const Name: string): Boolean; virtual;

C++

virtual bool __fastcall IsKnownTableTypeName(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter


説明

与えられたテーブル名が既知の型かどうかを検証します。

IsKnownTableTypeName メソッドは、Name を介して与えられたテーブルが既知の型だった場合には True を、そうでなければ False を返します。

関連項目