SqlServerPropertyAnnotations Konstruktory

Definice

Přetížení

SqlServerPropertyAnnotations(IProperty)

Vytvoří instanci pro poznámky daného IPropertyobjektu .

SqlServerPropertyAnnotations(RelationalAnnotations)

Vytvoří instanci pro poznámky IProperty reprezentované daným pomocníkem poznámek.

SqlServerPropertyAnnotations(IProperty)

Vytvoří instanci pro poznámky daného IPropertyobjektu .

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

Příkaz IProperty , který se má použít.

Platí pro

SqlServerPropertyAnnotations(RelationalAnnotations)

Vytvoří instanci pro poznámky IProperty reprezentované daným pomocníkem poznámek.

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

Pomocná RelationalAnnotations rutina, která IProperty má být opatřena poznámkami.

Platí pro