MigrationsAnnotationProvider.For Yöntem

Tanım

Aşırı Yüklemeler

For(ISequence)

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

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

For(IModel)

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

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

For(IKey)

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

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

For(IProperty)

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

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

For(IForeignKey)

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

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

For(IEntityType)

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

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

For(ICheckConstraint)

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

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

For(IIndex)

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

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

For(ISequence)

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

Sıra.

Döndürülenler

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IModel)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IKey)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IProperty)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IForeignKey)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IEntityType)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(ICheckConstraint)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır

For(IIndex)

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

Ek açıklamalar.

Uygulamalar

Şunlara uygulanır