Gets or sets the schema for this relation (dbo., etc)

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public string Schema{ get; set;}

Field Value

The schema name.

See Also