IReadOnlyDataObject Interface
.NET Standard 2.x | Current Version (1.0.1) 
Represents the read-only DataObject object cached in DataObjectFactory.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Implements
PowerBuilder.Data.IDataObjectBase
System.ICloneable<IDataObject>
Syntax
[DefaultMember("Item")]
public interface IReadOnlyDataObject : IDataObjectBase, ICloneable<IDataObject>;
Property
| Name | Return Type | Description |
|---|---|---|
| Columns | IDwoReadOnlyList<IDwoReadOnlyColumn> | Gets the column controls in the DataWindow. |
| Computes | IDwoReadOnlyList<IDwoReadOnlyCompute> | Gets the computed controls in the DataWindow. |
| DataWindow | IDwoReadOnlyDataWindow | Gets the properties for the DataWindow object. |
| Groups | IReadOnlyList<IDwReadOnlyGroup> | Gets the properties for the Groups keyword. |
| Item[int index] | PowerBuilder.Data.IDwoReadOnly | Gets the control at the specified index. |
| Item[string name] | PowerBuilder.Data.IDwoReadOnly | Gets the control in the DataWindow by its name. |