Class EntityContainerEntitySet
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class EntityContainerEntitySet
- Inheritance
-
EntityContainerEntitySet
- Inherited Members
Constructors
EntityContainerEntitySet()
Default constructor.
public EntityContainerEntitySet()
Properties
AssociationSetEnds
Gets or sets the association set ends.
public List<EntityContainerAssociationSetEnd> AssociationSetEnds { get; set; }
Property Value
- List<EntityContainerAssociationSetEnd>
The association set ends.
EntitySetMapping
Gets or sets the entity set mapping.
public EntitySetMapping EntitySetMapping { get; set; }
Property Value
- EntitySetMapping
The entity set mapping.
EntityType
Gets or sets the type of the entity.
public SchemaEntityType EntityType { get; set; }
Property Value
- SchemaEntityType
The type of the entity.
EntityTypeName
Please visit the Microsoft documentation for more detail.
public string EntityTypeName { get; set; }
Property Value
- string
The name of the entity type.
IsTPC
Gets or sets a value indicating whether this object is tpc.
public bool IsTPC { get; set; }
Property Value
- bool
true if this object is tpc, false if not.
IsTPH
Gets or sets a value indicating whether this object is tph.
public bool IsTPH { get; set; }
Property Value
- bool
true if this object is tph, false if not.
IsTPT
Gets or sets a value indicating whether this object is tpt.
public bool IsTPT { get; set; }
Property Value
- bool
true if this object is tpt, false if not.
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
Schema
Please visit the Microsoft documentation for more detail.
public string Schema { get; set; }
Property Value
- string
The schema.
Table
Please visit the Microsoft documentation for more detail.
public string Table { get; set; }
Property Value
- string
The table.
Type
Please visit the Microsoft documentation for more detail.
public string Type { get; set; }
Property Value
- string
The type.
Methods
GetDestinationTableName(DbContext, string, string)
public string GetDestinationTableName(DbContext context, string databaseName = null, string schemaName = null)