FireDAC.Phys.IBBase.TFDIBSecurity.AUserName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBSecurity | |
Delphi
property AUserName: String index ord(svUserName) read GetStr write SetStr stored IsStored;
C++
__property System::UnicodeString AUserName = {read=GetStr, write=SetStr, stored=IsStored, index=0};
Description
The SQL user name of a person.
Use the AUserID property to specify an SQL user name to create / modify / delete / retrieve information.