EntitySetBase.Schema Property

Definition

Gets or sets the database schema for this entity set.

public string Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema 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