DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / TableOrSubquery Class / Database Property

In This Topic
    Database Property (TableOrSubquery)
    In This Topic
    The identifier of the database from where the table belongs to
    Syntax
    'Declaration
     
    Public Property Database As String
    public string Database {get; set;}
    See Also