IDataObjectBase Interface
.NET Standard 2.x | Current Version (1.0.1) 
The base interface of DataObject which contains the basic information about DataObject.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
public interface IDataObjectBase;
Property
| Name | Return Type | Description |
|---|---|---|
| Data | object[] | Gets an array that describes the data in the DataWindow object. |
| ModelType | Type | Gets the type of model corresponding to the current DataObject. |
| Name | string | Gets the name of the DataObject. |
| Release | Powerbuilder.Data.IDwRelease | Gets the release version of the DataObject. |
| SrdPath | string | Gets the path of the .srd file of the DataObject. |
| WorkspaceName | string | Gets the workspace name of the DataObject. |
Method
| Name | Return Type | Description |
|---|---|---|
| GetInitModels<TModel> | IList<TModel> | Gets a list of model objects which contain initial values. |