Show / Hide Table of Contents

    IDwoDataWindow.Table Property

    .NET Standard 2.x

    Gets or sets an IDwTable object which contains the various settings for the database.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    new IDwTable Table { get; set; }
    

    Property Value

    DWNet.Data.IDwTable

    An IDwTable object which contains the various settings for the database. You can use the IDwTable object to get or set properties for the DataStore's DBMS connection.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon