Show / Hide Table of Contents

    IDwoDataWindow Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents an object which can be used for the direct manipulation of properties for the DataWindow object.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Inherited Constructors

    PowerBuilder.Data.IDwoReadOnlyDataWindow

    PowerBuilder.Data.IDwNode<PowerBuilder.Data.IDwoDataWindow>

    Syntax

      public interface IDwoDataWindow : IDwoReadOnlyDataWindow, IDwNode<IDwoDataWindow>
    

    Property

    Name Return Type Description
    Objects IReadOnlyList<IDwoReadOnly> Gets the controls in the DataWindow. (Inherited from IDwoReadOnlyDataWindow
    Syntax string Gets the syntax of the DataWindow. (Inherited from IDwoReadOnlyDataWindow
    Table IDwTable Gets or sets an IDwTable object which contains the various settings for the database.
    Back to top Generated by Appeon