| LLBLGenProProvider2 Class | 
Namespace: SD.LLBLGen.Pro.LinqSupportClasses
The LLBLGenProProvider2 type exposes the following members.
| Name | Description | |
|---|---|---|
| LLBLGenProProvider2 | 
            Initializes a new instance of the LLBLGenProProvider2 class.
              | 
| Name | Description | |
|---|---|---|
| AdapterToUse | 
            Gets or sets the adapter to use for executing the query.
              | |
| ContextToUse | 
            Gets / sets the context to use.
              (Inherited from LLBLGenProProviderBase.) | |
| Creator | 
            Gets the creator.
              (Inherited from LLBLGenProProviderBase.) | |
| CustomFunctionMappings | Gets or sets the custom function mappings to use. These take higher precedence than the ones in the DQE to use  (Inherited from LLBLGenProProviderBase.) | 
| Name | Description | |
|---|---|---|
| CreateTemplateGroupCreator | 
            Creates the template group creator for this provider.
              (Overrides LLBLGenProProviderBaseCreateTemplateGroupCreator.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| ExecuteAsyncTResult | 
            Executes the specified expression.
              (Inherited from LLBLGenProProviderBase.) | |
| ExecuteEntityProjection | 
            Executes the query expression which contains an entity projection.
              (Overrides LLBLGenProProviderBaseExecuteEntityProjection(QueryExpression).) | |
| ExecuteEntityProjectionAsync | 
            Executes the query expression which contains an entity projection.
              (Overrides LLBLGenProProviderBaseExecuteEntityProjectionAsync(QueryExpression, CancellationToken).) | |
| ExecuteValueListProjection | 
            Executes the QueryExpression which contains a multi value list projection.
              (Overrides LLBLGenProProviderBaseExecuteValueListProjection(QueryExpression).) | |
| ExecuteValueListProjectionAsync | 
            Executes the QueryExpression which contains a multi value list projection.
              (Overrides LLBLGenProProviderBaseExecuteValueListProjectionAsync(QueryExpression, CancellationToken).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetCompiledProjectionInstantiatorLambda | 
            Gets the compiled version of the specified projection instantiator lambda. Caches results if the specified lambda can be cached
            which is checked with the CachableChecker visitor.
              (Inherited from LLBLGenProProviderBase.) | |
| GetDQEFunctionMappings | 
            Gets the function mappings defined by the DQE.
              (Overrides LLBLGenProProviderBaseGetDQEFunctionMappings.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| PostProcessQueryResult | 
            Postprocesses the query result passed in. it will determine whether it will return a single value or the complete resultset. This is required as
            some queries have implicit single value returns, while the results are e.g. in an IList construct.
              (Inherited from LLBLGenProProviderBase.) | |
| ProduceNestedQueryAdditionalFilter | 
            Produces the additional filter for the nested query so the nested query's results are filtered on the current level's results so only the results
            which possibly match a fetched element on the current level are retrieved.
              (Inherited from LLBLGenProProviderBase.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| IQueryProviderCreateQueryTElement(Expression) | 
            Creates the query.
              (Inherited from LLBLGenProProviderBase.) | |
| IQueryProviderExecuteTResult(Expression) | 
            Executes the specified expression.
              (Inherited from LLBLGenProProviderBase.) |