IDwoDataWindow Interface
.NET Standard 2.x | Current Version (1.0.1) 
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. |