Gets or sets the database schema.

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

Syntax

C#
public string Schema { get; set; }
Visual Basic (Declaration)
Public Property Schema As String

Field Value

The default schema.

See Also