FireDAC.Phys.MongoDBWrapper.TMongoDatabase.DropUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropUser(const AUserName: String);

C++

void __fastcall DropUser(const System::UnicodeString AUserName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoDatabase

Description

Removes the user that has the specified name from the database.

See Also