IDatabaseProvider

Namespace: uModDatabase

Assembly: uMod.Core.dll

Methods

Name

Summary

CloseDb (LegacyConnection)

Delete (Sql, LegacyConnection, Action<Int32>)

ExecuteNonQuery (Sql, LegacyConnection, Action<Int32>)

Insert (Sql, LegacyConnection, Action<Int32>)

NewSql ()

OpenDb (String, Plugin, Boolean)

Query (Sql, LegacyConnection, Action<List<Dictionary<String, Object>>>)

Update (Sql, LegacyConnection, Action<Int32>)