EntitySetBase.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the current entity or relationship set. If this property is changed from store-space, the mapping layer must also be updated to reflect the new name. To change the table name of a store space EntitySet use the Table property.
public virtual string Name { get; set; }
member this.Name : string with get, set
Public Overridable Property Name As String
Property Value
The name of the current entity or relationship set.
Exceptions
Thrown if the setter is called when EntitySetBase instance is in ReadOnly state
Applies to
Entity Framework