Gets or sets the schema name for this table.

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 schema name for this table.

See Also