IMigrationsAnnotationProvider.For Yöntem

Tanım

Aşırı Yüklemeler

For(ICheckConstraint)

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

For(IEntityType)

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

For(IForeignKey)

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

For(IIndex)

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

For(IKey)

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

For(IModel)

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

For(IProperty)

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

For(ISequence)

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

For(ICheckConstraint)

Belirtilen ICheckConstraintiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IEntityType)

Belirtilen IEntityTypeiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IForeignKey)

Belirtilen IForeignKeyiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IIndex)

Belirtilen IIndexiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IKey)

Belirtilen IKeyiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IModel)

Belirtilen IModeliçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(IProperty)

Belirtilen IPropertyiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Ek açıklamalar.

Şunlara uygulanır

For(ISequence)

Belirtilen ISequenceiçin sağlayıcıya özgü Geçişler ek açıklamalarını 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

Sıra.

Döndürülenler

Ek açıklamalar.

Şunlara uygulanır