Share via


SqlitePropertyAnnotations Constructors

Definition

Overloads

SqlitePropertyAnnotations(IProperty)

Constructs an instance for annotations of the given IProperty.

SqlitePropertyAnnotations(RelationalAnnotations)

Constructs an instance for annotations of the IProperty represented by the given annotation helper.

SqlitePropertyAnnotations(IProperty)

Constructs an instance for annotations of the given IProperty.

public SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Public Sub New (property As IProperty)

Parameters

property
IProperty

The IProperty to use.

Applies to

SqlitePropertyAnnotations(RelationalAnnotations)

Constructs an instance for annotations of the IProperty represented by the given annotation helper.

protected SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parameters

annotations
RelationalAnnotations

The RelationalAnnotations helper representing the IProperty to annotate.

Applies to