API:FireDAC.Comp.Client.TFDStoredProc.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property SchemaName;

C++

__property SchemaName = {default=0};

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