The EntitySpaces 1.5.2 Bets is now available for download. Below are the enhancements and fixes added to this release:
// Manually register a connection esConnectionElement conn = new esConnectionElement();conn.ConnectionString = "User ID=sa;Password=;Initial Catalog=Northwind;Data Source=localhost";conn.Name = "GroovySQL";conn.Provider = "EntitySpaces.SqlClientProvider";conn.ProviderClass = "DataProvider";conn.SqlAccessType = esSqlAccessType.DynamicSQL;conn.ProviderMetadataKey = "esDefault";conn.DatabaseVersion = "2005"; // Assign the Default ConnectionesConfigSettings.ConnectionInfo.Connections.Add(conn);esConfigSettings.ConnectionInfo.Default = "GroovySQL";// Use the code as usualEmployees e = new Employees();if (e.LoadByPrimaryKey(1)){ e.Save();}int? i = e.EmployeeID;
This is a full beta and all providers are included.
Page rendered at Tuesday, March 16, 2010 12:06:35 PM (Eastern Standard Time, UTC-05:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.