IDwoList<TDwo>.GetDataObject(string name) Method
.NET Standard 2.x | Current Version (1.0.1) 
Removes a control from the list.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
bool Remove(string name);
Parameters
name System.String
The name of control.
Return
System.Boolean
true if the control is successfully removed; otherwise, false. This method also returns false if control was not found.
Applies to
.NET Standard
2.x