dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / SchemaList Property

In This Topic
    SchemaList Property
    In This Topic
    Gets or sets the list of schemas to use.
    Syntax
    'Declaration
     
    Public Property SchemaList As String
    public string SchemaList {get; set;}

    Property Value

    The list of schemas to use.
    Remarks

    Each schema name is case-sensitive, must be delimited with single quotes, and separated by commas.

    The maximum length of the string is 256 characters.

    This option can be used in conjunction with DBName and TableType to further limit the number of tables for which information will be returned.

    See Also