TableAttribute.Schema Property

The schema of the table the class is mapped to.

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property Schema As String
    Get
    Set
'Usage
Dim instance As TableAttribute
Dim value As String

value = instance.Schema

instance.Schema = value
public string Schema { get; set; }
public:
property String^ Schema {
    String^ get ();
    void set (String^ value);
}
member Schema : string with get, set
function get Schema () : String
function set Schema (value : String)

Property Value

Type: System.String

See Also

Reference

TableAttribute Class

System.ComponentModel.DataAnnotations Namespace