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

In This Topic
    CLISchema Property
    In This Topic
    Gets or sets the value indicating the schema to be used. When this keyword is set, the system catalog tables will not be queried to generate the result sets. The static tables created using the db2ocat tool will be queried instead.
    Syntax
    'Declaration
     
    Public Property CLISchema As String
    public string CLISchema {get; set;}

    Property Value

    The name of the schema to be used with the db2ocat tables. This value is not set by default.
    See Also