CreateTableOperation.ForeignKeys 属性

定义

用于在表中创建外键约束的 的列表 AddForeignKeyOperation

public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation> ForeignKeys { get; }
member this.ForeignKeys : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation>
Public Overridable ReadOnly Property ForeignKeys As List(Of AddForeignKeyOperation)

属性值

适用于