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

In This Topic
    TableType Property
    In This Topic
    Gets or sets the list of table types, which must be available via the connection.
    Syntax
    'Declaration
     
    Public Property TableType As String
    public string TableType {get; set;}

    Property Value

    The list of table types, which must be available via the connection.
    Remarks

    Acceptable values:

    • TABLE
    • ALIAS
    • VIEW
    • INOPERATIVE VIEW
    • SYSTEM TABLE
    • SYNONYM

    You may specify any number of the values. They must be delimited with single quotes, separated by commas, and in uppercase.

    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