FireDAC.Comp.Client.TFDCustomStoredProc.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomStoredProc

Delphi

property SchemaName: String read GetSchemaName write SetSchemaName;

C++

__property System::UnicodeString SchemaName = {read=GetSchemaName, write=SetSchemaName};

Description

Limits the stored procedure names to the specified schema.

Specify the SchemaName property value to limit the set of schemas to the specified schema.

See Also