FireDAC.Phys.IBBase.TFDIBSecurity.AUserName

From RAD Studio API Documentation
Jump to: navigation, search

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};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

The SQL user name of a person.

Use the AUserID property to specify an SQL user name to create / modify / delete / retrieve information.

See Also