MixERP.Net.DbFactory.DbOperation Class Reference

Public Member Functions

Task ListenNonQuery (string catalog, NpgsqlCommand command)
 

Static Public Member Functions

static bool ExecuteNonQuery (string catalog, NpgsqlCommand command)
 
static bool ExecuteNonQuery (string catalog, string sql)
 
static NpgsqlDataAdapter GetDataAdapter (string catalog, NpgsqlCommand command)
 
static NpgsqlDataReader GetDataReader (string catalog, NpgsqlCommand command)
 
static DataSet GetDataSet (string catalog, NpgsqlCommand command)
 
static DataTable GetDataTable (NpgsqlCommand command, string connectionString)
 
static DataTable GetDataTable (string catalog, NpgsqlCommand command)
 
static DataView GetDataView (string catalog, NpgsqlCommand command)
 
static object GetScalarValue (string catalog, NpgsqlCommand command)
 
static bool IsServerAvailable (string catalog)
 

Public Attributes

EventHandler< DbNotificationArgsListen
 

The documentation for this class was generated from the following file: