RelationalReferenceCollectionBuilderExtensions.HasConstraintName メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HasConstraintName(ReferenceCollectionBuilder, String) |
リレーショナル データベースを対象とする場合に、このリレーションシップの外部キー制約名を構成します。 |
HasConstraintName<TEntity,TRelatedEntity>(ReferenceCollectionBuilder<TEntity,TRelatedEntity>, String) |
リレーショナル データベースを対象とする場合に、このリレーションシップの外部キー制約名を構成します。 |
HasConstraintName(ReferenceCollectionBuilder, String)
リレーショナル データベースを対象とする場合に、このリレーションシップの外部キー制約名を構成します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder HasConstraintName (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder referenceCollectionBuilder, string name);
static member HasConstraintName : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder
<Extension()>
Public Function HasConstraintName (referenceCollectionBuilder As ReferenceCollectionBuilder, name As String) As ReferenceCollectionBuilder
パラメーター
- referenceCollectionBuilder
- ReferenceCollectionBuilder
リレーションシップの構成に使用されるビルダー。
- name
- String
外部キー制約の名前。
戻り値
複数の呼び出しをチェーンできるように、同じビルダー インスタンス。
適用対象
HasConstraintName<TEntity,TRelatedEntity>(ReferenceCollectionBuilder<TEntity,TRelatedEntity>, String)
リレーショナル データベースを対象とする場合に、このリレーションシップの外部キー制約名を構成します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder<TEntity,TRelatedEntity> HasConstraintName<TEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder<TEntity,TRelatedEntity> referenceCollectionBuilder, string name) where TEntity : class where TRelatedEntity : class;
static member HasConstraintName : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceCollectionBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> (requires 'Entity : null and 'RelatedEntity : null)
<Extension()>
Public Function HasConstraintName(Of TEntity As Class, TRelatedEntity As Class) (referenceCollectionBuilder As ReferenceCollectionBuilder(Of TEntity, TRelatedEntity), name As String) As ReferenceCollectionBuilder(Of TEntity, TRelatedEntity)
型パラメーター
- TEntity
このリレーションシップのプリンシパル エンティティ型。
- TRelatedEntity
このリレーションシップの依存エンティティ型。
パラメーター
- referenceCollectionBuilder
- ReferenceCollectionBuilder<TEntity,TRelatedEntity>
リレーションシップの構成に使用されるビルダー。
- name
- String
外部キー制約の名前。
戻り値
ReferenceCollectionBuilder<TEntity,TRelatedEntity>
複数の呼び出しをチェーンできるように、同じビルダー インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework