CreateTableBuilder<TColumns> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
作業的 CreateTableOperation 產生器。
public class CreateTableBuilder<TColumns> : Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation>
type CreateTableBuilder<'Columns> = class
inherit OperationBuilder<CreateTableOperation>
Public Class CreateTableBuilder(Of TColumns)
Inherits OperationBuilder(Of CreateTableOperation)
類型參數
- TColumns
建置資料行的一般匿名型別類型。
- 繼承
建構函式
CreateTableBuilder<TColumns>(CreateTableOperation, IReadOnlyDictionary<PropertyInfo,AddColumnOperation>) |
使用資料行的 AddColumnOperation 指定作業對應,為指定的 CreateTableOperation 和 建構新的產生器。 |
屬性
Operation | (繼承來源 OperationBuilder<TOperation>) |
方法
明確介面實作
IInfrastructure<TOperation>.Instance |
作業的 CreateTableOperation 產生器。 (繼承來源 OperationBuilder<TOperation>) |
擴充方法
GetInfrastructure<T>(IInfrastructure<T>) |
從使用 IInfrastructure<T> 隱藏的屬性取得值。 這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。 |