RelationalCollectionOwnershipBuilderExtensions.HasConstraintName Metoda

Definice

Přetížení

HasConstraintName(CollectionOwnershipBuilder, String)

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

HasConstraintName<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String)

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

HasConstraintName(CollectionOwnershipBuilder, String)

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder HasConstraintName (this Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder referenceReferenceBuilder, string name);
static member HasConstraintName : Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder
<Extension()>
Public Function HasConstraintName (referenceReferenceBuilder As CollectionOwnershipBuilder, name As String) As CollectionOwnershipBuilder

Parametry

referenceReferenceBuilder
CollectionOwnershipBuilder

Tvůrce, který se používá ke konfiguraci relace.

name
String

Název omezení cizího klíče.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

HasConstraintName<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String)

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder<TEntity,TDependentEntity> HasConstraintName<TEntity,TDependentEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder<TEntity,TDependentEntity> referenceReferenceBuilder, string name) where TEntity : class where TDependentEntity : class;
static member HasConstraintName : Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder<'Entity, 'DependentEntity (requires 'Entity : null and 'DependentEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder<'Entity, 'DependentEntity (requires 'Entity : null and 'DependentEntity : null)> (requires 'Entity : null and 'DependentEntity : null)
<Extension()>
Public Function HasConstraintName(Of TEntity As Class, TDependentEntity As Class) (referenceReferenceBuilder As CollectionOwnershipBuilder(Of TEntity, TDependentEntity), name As String) As CollectionOwnershipBuilder(Of TEntity, TDependentEntity)

Parametry typu

TEntity

Typ entity na jednom konci relace.

TDependentEntity

Typ entity na druhém konci relace.

Parametry

referenceReferenceBuilder
CollectionOwnershipBuilder<TEntity,TDependentEntity>

Tvůrce, který se používá ke konfiguraci relace.

name
String

Název omezení cizího klíče.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro