Bagikan melalui


SqlServerPropertyAnnotations Konstruktor

Definisi

Overload

SqlServerPropertyAnnotations(IProperty)

Membuat instans untuk anotasi dari yang diberikan IProperty.

SqlServerPropertyAnnotations(RelationalAnnotations)

Membuat instans untuk anotasi dari yang IProperty diwakili oleh pembantu anotasi yang diberikan.

SqlServerPropertyAnnotations(IProperty)

Membuat instans untuk anotasi dari yang diberikan IProperty.

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)

Parameter

property
IProperty

yang IProperty akan digunakan.

Berlaku untuk

SqlServerPropertyAnnotations(RelationalAnnotations)

Membuat instans untuk anotasi dari yang IProperty diwakili oleh pembantu anotasi yang diberikan.

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)

Parameter

annotations
RelationalAnnotations

Pembantu RelationalAnnotations yang IProperty mewakili untuk membuat anotasi.

Berlaku untuk