Aracılığıyla paylaş


RelationalForeignKeyExtensions.GetConstraintName Yöntem

Tanım

Aşırı Yüklemeler

GetConstraintName(IForeignKey)

Yabancı anahtar kısıtlama adını döndürür.

GetConstraintName(IReadOnlyForeignKey)

Yabancı anahtar kısıtlama adını döndürür.

GetConstraintName(IForeignKey, StoreObjectIdentifier, StoreObjectIdentifier)

Yabancı anahtar kısıtlama adını döndürür.

GetConstraintName(IReadOnlyForeignKey, StoreObjectIdentifier, StoreObjectIdentifier)

Yabancı anahtar kısıtlama adını döndürür.

GetConstraintName(IForeignKey)

Yabancı anahtar kısıtlama adını döndürür.

public static string GetConstraintName (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member GetConstraintName : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> string
<Extension()>
Public Function GetConstraintName (foreignKey As IForeignKey) As String

Parametreler

foreignKey
IForeignKey

Yabancı anahtar.

Döndürülenler

Yabancı anahtar kısıtlama adı.

Şunlara uygulanır

GetConstraintName(IReadOnlyForeignKey)

Yabancı anahtar kısıtlama adını döndürür.

public static string? GetConstraintName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey);
static member GetConstraintName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey -> string
<Extension()>
Public Function GetConstraintName (foreignKey As IReadOnlyForeignKey) As String

Parametreler

foreignKey
IReadOnlyForeignKey

Yabancı anahtar.

Döndürülenler

Yabancı anahtar kısıtlama adı.

Şunlara uygulanır

GetConstraintName(IForeignKey, StoreObjectIdentifier, StoreObjectIdentifier)

Yabancı anahtar kısıtlama adını döndürür.

public static string GetConstraintName (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier principalStoreObject);
static member GetConstraintName : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * StoreObjectIdentifier * StoreObjectIdentifier -> string
<Extension()>
Public Function GetConstraintName (foreignKey As IForeignKey, ByRef storeObject As StoreObjectIdentifier, ByRef principalStoreObject As StoreObjectIdentifier) As String

Parametreler

foreignKey
IForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

principalStoreObject
StoreObjectIdentifier

Asıl depo nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar kısıtlama adı.

Şunlara uygulanır

GetConstraintName(IReadOnlyForeignKey, StoreObjectIdentifier, StoreObjectIdentifier)

Yabancı anahtar kısıtlama adını döndürür.

public static string? GetConstraintName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier principalStoreObject);
static member GetConstraintName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * StoreObjectIdentifier * StoreObjectIdentifier -> string
<Extension()>
Public Function GetConstraintName (foreignKey As IReadOnlyForeignKey, ByRef storeObject As StoreObjectIdentifier, ByRef principalStoreObject As StoreObjectIdentifier) As String

Parametreler

foreignKey
IReadOnlyForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

principalStoreObject
StoreObjectIdentifier

Asıl depo nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar kısıtlama adı.

Şunlara uygulanır