Udostępnij za pośrednictwem


SqlitePropertyAnnotations Konstruktory

Definicja

Przeciążenia

SqlitePropertyAnnotations(IProperty)

Tworzy wystąpienie dla adnotacji danego IPropertyelementu .

SqlitePropertyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IProperty przez dany pomocnik adnotacji.

SqlitePropertyAnnotations(IProperty)

Tworzy wystąpienie dla adnotacji danego IPropertyelementu .

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)

Parametry

property
IProperty

Element IProperty do użycia.

Dotyczy

SqlitePropertyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IProperty przez dany pomocnik adnotacji.

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)

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IProperty element do adnotacji.

Dotyczy