Class NpgsqlAnnotationProvider
- Namespace
- Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
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.
public class NpgsqlAnnotationProvider : RelationalAnnotationProvider, IRelationalAnnotationProvider
- Inheritance
-
NpgsqlAnnotationProvider
- Implements
- Inherited Members
Constructors
NpgsqlAnnotationProvider(RelationalAnnotationProviderDependencies)
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.
public NpgsqlAnnotationProvider(RelationalAnnotationProviderDependencies dependencies)
Parameters
dependencies
RelationalAnnotationProviderDependencies
Methods
For(IColumn, bool)
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.
public override IEnumerable<IAnnotation> For(IColumn column, bool designTime)
Parameters
Returns
For(IRelationalModel, bool)
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.
public override IEnumerable<IAnnotation> For(IRelationalModel model, bool designTime)
Parameters
model
IRelationalModeldesignTime
bool
Returns
For(ITable, bool)
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.
public override IEnumerable<IAnnotation> For(ITable table, bool designTime)
Parameters
Returns
For(ITableIndex, bool)
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.
public override IEnumerable<IAnnotation> For(ITableIndex index, bool designTime)
Parameters
index
ITableIndexdesignTime
bool