Udostępnij za pośrednictwem


SqlServerPropertyAnnotations Konstruktory

Definicja

Przeciążenia

SqlServerPropertyAnnotations(IProperty)

Tworzy wystąpienie adnotacji danego IPropertyelementu .

SqlServerPropertyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji IProperty reprezentowanych przez danego pomocnika adnotacji.

SqlServerPropertyAnnotations(IProperty)

Tworzy wystąpienie adnotacji danego IPropertyelementu .

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

Parametry

property
IProperty

Do IProperty użycia.

Dotyczy

SqlServerPropertyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji IProperty reprezentowanych przez danego pomocnika adnotacji.

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

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IProperty element do adnotacji.

Dotyczy