FireDAC.Comp.Client.TFDCustomStoredProc.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: String read GetSchemaName write SetSchemaName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomStoredProc

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