dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SelectTable Class / Schema Property

In This Topic
    Schema Property (SelectTable)
    In This Topic
    Gets or sets the name of the table schema.
    Syntax
    'Declaration
     
    Public Property Schema As String
    public string Schema {get; set;}

    Property Value

    The name of the table schema.
    See Also