Class NpgsqlQueryableMethodTranslatingExpressionVisitorFactory
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Inheritance
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public class NpgsqlQueryableMethodTranslatingExpressionVisitorFactory : IQueryableMethodTranslatingExpressionVisitorFactory
Constructors
| Improve this Doc View SourceNpgsqlQueryableMethodTranslatingExpressionVisitorFactory(QueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryableMethodTranslatingExpressionVisitorDependencies)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Declaration
public NpgsqlQueryableMethodTranslatingExpressionVisitorFactory(QueryableMethodTranslatingExpressionVisitorDependencies dependencies, RelationalQueryableMethodTranslatingExpressionVisitorDependencies relationalDependencies)
Parameters
Type | Name | Description |
---|---|---|
QueryableMethodTranslatingExpressionVisitorDependencies | dependencies | |
RelationalQueryableMethodTranslatingExpressionVisitorDependencies | relationalDependencies |
Properties
| Improve this Doc View SourceDependencies
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Declaration
protected virtual QueryableMethodTranslatingExpressionVisitorDependencies Dependencies { get; }
Property Value
Type | Description |
---|---|
QueryableMethodTranslatingExpressionVisitorDependencies |
RelationalDependencies
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Declaration
protected virtual RelationalQueryableMethodTranslatingExpressionVisitorDependencies RelationalDependencies { get; }
Property Value
Type | Description |
---|---|
RelationalQueryableMethodTranslatingExpressionVisitorDependencies |
Methods
| Improve this Doc View SourceCreate(QueryCompilationContext)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Declaration
public virtual QueryableMethodTranslatingExpressionVisitor Create(QueryCompilationContext queryCompilationContext)
Parameters
Type | Name | Description |
---|---|---|
QueryCompilationContext | queryCompilationContext |
Returns
Type | Description |
---|---|
QueryableMethodTranslatingExpressionVisitor |