CSMongo.MongoAdminDatabase.GetLastError C# (CSharp) Méthode

GetLastError() public méthode

Returns the most recent error from the server
public GetLastError ( ) : GetLastErrorResult
Résultat GetLastErrorResult
        public GetLastErrorResult GetLastError()
        {
            return MongoDatabaseCommands.GetLastError(this._Database);
        }