dotConnect for SQL Server Documentation
Devart.Common Namespace / SelectColumn Class / Schema Property

In This Topic
    Schema Property (SelectColumn)
    In This Topic
    Gets or sets schema that the column belongs to.
    Syntax
    'Declaration
     
    Public Property Schema As String
    public string Schema {get; set;}

    Property Value

    A schema that the column belongs to.
    See Also