FireDAC.Comp.Client.TFDMetaInfoCommand.ObjectScopes
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDMetaInfoCommand | |
Delphi
property ObjectScopes: TFDPhysObjectScopes read FObjectScopes
C++
__property Firedac::Phys::Intf::TFDPhysObjectScopes ObjectScopes = {read=FObjectScopes, write=SetObjectScopes, default=1};
Description
Gets / Sets the object scopes filter.
Use the ObjectScopes property value to filter database objects by their scope:
|
Scope |
Meaning |
|---|---|
|
|
Objects created by the current login user. |
|
|
Objects belonging to the DBMS. |
|
|
All other objects. |
Assigning a value to this property closes the command and calls the Unprepare method.