SqlServerKeyAnnotations Konstruktor

Definisi

Overload

SqlServerKeyAnnotations(IKey)

Membuat instans untuk anotasi dari yang diberikan IKey.

SqlServerKeyAnnotations(RelationalAnnotations)

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

SqlServerKeyAnnotations(IKey)

Sumber:
SqlServerKeyAnnotations.cs
Sumber:
SqlServerKeyAnnotations.cs

Membuat instans untuk anotasi dari yang diberikan IKey.

public SqlServerKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)

Parameter

key
IKey

yang IKey akan digunakan.

Berlaku untuk

SqlServerKeyAnnotations(RelationalAnnotations)

Sumber:
SqlServerKeyAnnotations.cs
Sumber:
SqlServerKeyAnnotations.cs

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

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

Parameter

annotations
RelationalAnnotations

Pembantu RelationalAnnotations yang IKey mewakili untuk membuat anotasi.

Berlaku untuk