Show / Hide Table of Contents

    IDwoList<TDwo>.GetDataObject(string name) Method

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

    0.5.0-alpha

    1.0.1 (current)

    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

    Back to top Generated by Appeon