EntitySetBase.Table Property

Definition

Gets or sets the database table name for this entity set.

public string Table { get; set; }
member this.Table : string with get, set
Public Property Table As String

Property Value

Exceptions

if value passed into setter is null

Thrown if the setter is called when EntitySetBase instance is in ReadOnly state

Applies to