TableAttribute.Schema Property

Definition

Gets or sets the schema of the table the class is mapped to.

public:
 property System::String ^ Schema { System::String ^ get(); void set(System::String ^ value); };
public string Schema { get; set; }
public string? Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

Property Value

The schema of the table the class is mapped to.

Applies to