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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also