11/4/2009 12:00:00 AM
Telerik OpenAccess ORM Q3 2009 Release Notes (v2009.03.1104)
var q = from c
in
Scope.Extent() where c.Name ==
""
Telerik
select c; Console.WriteLine(q.BackendQuery);
select c; Console.WriteLine(q.ToString());
var ext = Scope.Extent();
ext.ForwardsOnly =
true
;
ext.ParallelFetch =
ext.Debug =
false
ext.IgnoreUncommitted =
var result = from c
ext where c.Name ==
select c;
Scope.Extent<Company>().ForwardsOnly(
).ParallelFetch(
).IgnoreUncommitted(
).Debug(
) where c.Name ==
var query = from c
Scope.Extent()
select
new
MyPerson
{
Name = c.Name,
Geburtstag = c.Birthday
};
UI controls for ASP.NET AJAX, MVC, WPF,Silverlight, Windows 8 and Windows Phone
Cross-platform Mobile Development Toolwith cloud-based architecture
Everything you need to build sites andmobile apps with JavaScript and HTML5
One easy tool for Functional, Performance,Load and Mobile software testing
Everything for your online business - contentmanagement, ecommerce, emarketing
Simple and intuitive project managementand collaboration software