Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownTableTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Verifies whether the given table name is a known type.

The IsKnownTableTypeName method returns True if the table given through Name is a known type, and False otherwise.

See Also