Show / Hide Table of Contents

    IDwoReadOnlyList<TDwo>.GetDataObject(string name) Method

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

    0.5.0-alpha

    1.0.1 (current)

    Finds a control in the list.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    TDwo Find(string name);
    

    Parameters

    name System.String

    The name of the control.

    Return

    TDwo

    Returns the TDwo object found if succeed; otherwise, returns null.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon