API:FireDAC.Comp.Client.TFDStoredProc.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: string read GetSchemaName write SetSchemaName default 0;

C++

__property SchemaName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDStoredProc

Description

Limits the stored procedure names to the specified schema.

FireDAC.Comp.Client.TFDStoredProc.SchemaName inherits from FireDAC.Comp.Client.TFDCustomStoredProc.SchemaName. All content below this line refers to FireDAC.Comp.Client.TFDCustomStoredProc.SchemaName.

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