SqlitePropertyAnnotations Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Entity Framework