B-Arts DocumentationIndice generale

IBConnection - Esempi

IBConnection connection = new BConnection(GetDatabaseSetting());
connection.AddParameter("@IDCustomer", customerId);
DataTable customers = connection.ApriDT("BSP_Customers_SELECT", CommandType.StoredProcedure);

Usare il contratto nei servizi dati. Espone parametri, letture, comandi, transazioni, file e InsertDT.