Bagikan melalui


RelationalPropertyAnnotations Konstruktor

Definisi

Overload

RelationalPropertyAnnotations(IProperty)

Sumber:
RelationalPropertyAnnotations.cs
Sumber:
RelationalPropertyAnnotations.cs

Membuat instans untuk anotasi dari yang diberikan IProperty.

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

Parameter

property
IProperty

yang IProperty akan digunakan.

Berlaku untuk

RelationalPropertyAnnotations(RelationalAnnotations)

Sumber:
RelationalPropertyAnnotations.cs
Sumber:
RelationalPropertyAnnotations.cs

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

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

Parameter

annotations
RelationalAnnotations

Pembantu RelationalAnnotationsIProperty yang mewakili untuk membuat anotasi.

Berlaku untuk

RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)

public RelationalPropertyAnnotations(Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parameter

property
IProperty
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Berlaku untuk

RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

protected RelationalPropertyAnnotations(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parameter

annotations
RelationalAnnotations
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Berlaku untuk