MigrationsAnnotationProvider.For Yöntem

Tanım

Aşırı Yüklemeler

For(ISequence)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IModel)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IKey)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IProperty)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IForeignKey)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IEntityType)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(ICheckConstraint)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(IIndex)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

For(ISequence)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)

Parametreler

sequence
ISequence

Dizi.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IModel)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (model As IModel) As IEnumerable(Of IAnnotation)

Parametreler

model
IModel

Model.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IKey)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (key As IKey) As IEnumerable(Of IAnnotation)

Parametreler

key
IKey

Anahtar.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IProperty)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (property As IProperty) As IEnumerable(Of IAnnotation)

Parametreler

property
IProperty

Özellik.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IForeignKey)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (foreignKey As IForeignKey) As IEnumerable(Of IAnnotation)

Parametreler

foreignKey
IForeignKey

Yabancı anahtar.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IEntityType)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable 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.

Uygulamalar

Şunlara uygulanır

For(ICheckConstraint)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable 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.

Uygulamalar

Şunlara uygulanır

For(IIndex)

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

Varsayılan uygulama boş bir koleksiyon döndürür.

public virtual 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>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (index As IIndex) As IEnumerable(Of IAnnotation)

Parametreler

index
IIndex

Dizin.

Döndürülenler

IEnumerable<IAnnotation>

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır