<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.6.20305.6" />

System.ComponentModel.DataAnnotations.Schema.TableAttribute

public class TableAttribute : Attribute
Specifies the database table that a class is mapped to.
namespace System.ComponentModel.DataAnnotations.Schema { public class TableAttribute : Attribute { public string Name { get; } public string Schema { get; set; } public TableAttribute(string name); } }