EntityTypeConfigurationAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje typ konfigurace pro typ entity.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class EntityTypeConfigurationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class EntityTypeConfigurationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type EntityTypeConfigurationAttribute = class
inherit Attribute
Public NotInheritable Class EntityTypeConfigurationAttribute
Inherits Attribute
Public Class EntityTypeConfigurationAttribute
Inherits Attribute
- Dědičnost
-
EntityTypeConfigurationAttribute
- Odvozené
- Atributy
Poznámky
Další informace a příklady najdete v tématu Modelování typů entit a relací .
Konstruktory
EntityTypeConfigurationAttribute(Type) |
Inicializuje novou instanci EntityTypeConfigurationAttribute třídy. |
Vlastnosti
EntityTypeConfigurationType |
Typ konfigurace typu entity. |
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework