Retrieves account information specifying username.
[Visual Basic] Public Sub New( _ ByVal username As String _ ) [C#] public RetrieveAccount( string username ); [C++] public: RetrieveAccount( String* username ); [JScript] public function RetrieveAccount( String username );
RetrieveAccount Class | croemud.database Namespace