Show / Hide Table of Contents

    IDwReadOnlyTable.FindColumn(string name) Method

    .NET Standard 2.x

    Finds a column by its name.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    IDwColumn FindColumn(string name);
    

    Parameters

    syntax System.String

    The name of the column.

    Return

    DWNet.Data.IDwColumn

    Returns the found column.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon