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.

    See Also