Class NpgsqlAnnotationProvider
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
object
NpgsqlAnnotationProvider
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public class NpgsqlAnnotationProvider : RelationalAnnotationProvider
Constructors
|
Improve this Doc
View Source
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.
Declaration
public NpgsqlAnnotationProvider(RelationalAnnotationProviderDependencies dependencies)
Parameters
Type |
Name |
Description |
RelationalAnnotationProviderDependencies |
dependencies |
|
Methods
|
Improve this Doc
View Source
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.
Declaration
public override IEnumerable<IAnnotation> For(IColumn column, bool designTime)
Parameters
Type |
Name |
Description |
IColumn |
column |
|
bool |
designTime |
|
Returns
Type |
Description |
IEnumerable<><IAnnotation> |
|
|
Improve this Doc
View Source
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.
Declaration
public override IEnumerable<IAnnotation> For(IRelationalModel model, bool designTime)
Parameters
Type |
Name |
Description |
IRelationalModel |
model |
|
bool |
designTime |
|
Returns
Type |
Description |
IEnumerable<><IAnnotation> |
|
|
Improve this Doc
View Source
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.
Declaration
public override IEnumerable<IAnnotation> For(ITable table, bool designTime)
Parameters
Type |
Name |
Description |
ITable |
table |
|
bool |
designTime |
|
Returns
Type |
Description |
IEnumerable<><IAnnotation> |
|
|
Improve this Doc
View Source
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.
Declaration
public override IEnumerable<IAnnotation> For(ITableIndex index, bool designTime)
Parameters
Type |
Name |
Description |
ITableIndex |
index |
|
bool |
designTime |
|
Returns
Type |
Description |
IEnumerable<><IAnnotation> |
|