TableBuilder 构造函数

定义

重载

TableBuilder(Nullable<StoreObjectIdentifier>, EntityTypeBuilder)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

TableBuilder(String, String, IMutableEntityType)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

TableBuilder(Nullable<StoreObjectIdentifier>, EntityTypeBuilder)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public TableBuilder (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject, Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder : Nullable * Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder
Public Sub New (ByRef storeObject As Nullable(Of StoreObjectIdentifier), entityTypeBuilder As EntityTypeBuilder)

参数

entityTypeBuilder
EntityTypeBuilder
属性

适用于

TableBuilder(String, String, IMutableEntityType)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public TableBuilder (string name, string schema, Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public TableBuilder (string? name, string? schema, Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder : string * string * Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder
Public Sub New (name As String, schema As String, entityType As IMutableEntityType)

参数

name
String
schema
String
entityType
IMutableEntityType
属性

适用于