Data.SqlExpr.TSQLConnection.GetSchemaNames
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TSQLConnection | |
Delphi
procedure GetSchemaNames(List: TStrings); overload;
C++
void __fastcall GetSchemaNames(System::Classes::TStrings* List)/* overload */;
Description
Returns the schema names for all objects in the given data source.