Show / Hide Table of Contents

    IDwoReadOnlyList<TDwo>.Exists(string name) Method

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

    0.5.0-alpha

    1.0.1 (current)

    Checks whether a control exists in the list.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    bool Exists(string name);
    

    Parameters

    name System.String

    The name of the control.

    Return

    System.Boolean

    Returns a bool indicating whether the control exists in the list.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon