IMigrationsAnnotationProvider.For Yöntem

Tanım

Aşırı Yüklemeler

For(ICheckConstraint)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını ICheckConstraint alır.

For(IEntityType)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IEntityType alır.

For(IForeignKey)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IForeignKey alır.

For(IIndex)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IIndex alır.

For(IKey)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IKey alır.

For(IModel)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IModel alır.

For(IProperty)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IProperty alır.

For(ISequence)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını ISequence alır.

For(ICheckConstraint)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını ICheckConstraint alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)

Parametreler

checkConstraint
ICheckConstraint

Denetim kısıtlaması.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IEntityType)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IEntityType alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (entityType As IEntityType) As IEnumerable(Of IAnnotation)

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IForeignKey)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IForeignKey alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (foreignKey As IForeignKey) As IEnumerable(Of IAnnotation)

Parametreler

foreignKey
IForeignKey

Yabancı anahtar.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IIndex)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IIndex alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (index As IIndex) As IEnumerable(Of IAnnotation)

Parametreler

index
IIndex

Dizin.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IKey)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IKey alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IKey key);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (key As IKey) As IEnumerable(Of IAnnotation)

Parametreler

key
IKey

Anahtar.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IModel)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IModel alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (model As IModel) As IEnumerable(Of IAnnotation)

Parametreler

model
IModel

Model.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(IProperty)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını IProperty alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (property As IProperty) As IEnumerable(Of IAnnotation)

Parametreler

property
IProperty

Özellik.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır

For(ISequence)

Verilen için sağlayıcıya özgü Geçişler ek açıklamalarını ISequence alır.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)

Parametreler

sequence
ISequence

Dizi.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Şunlara uygulanır