DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Static Public Member Functions | List of all members
Deveel.Data.Linq.QueryContextExtensions Class Reference

Static Public Member Functions

static IQueryProvider GetQueryProvider (this IQuery context, MappingModel model)
 

Detailed Description

Definition at line 9 of file QueryContextExtensions.cs.

Member Function Documentation

static IQueryProvider Deveel.Data.Linq.QueryContextExtensions.GetQueryProvider ( this IQuery  context,
MappingModel  model 
)
inlinestatic

Definition at line 10 of file QueryContextExtensions.cs.

10  {
11  var queryMapping = model.CreateQueryMapping();
12  return new DeveelDbProvider(context, queryMapping, new EntityPolicy());
13  }

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