The default target database schema.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[ConfigurationPropertyAttribute("schema")]
public string Schema { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("schema")> _
Public ReadOnly Property Schema As String

See Also