Show / Hide Table of Contents

    DwArgumentSource Enum

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

    0.5.0-alpha 1.0.1 (current)

    Represents the source type where the argument value (to be passed to the stored procedure) is from.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    public enum DwArgumentSource
    

    Members

    Member Name Description
    Column A column control produces the value.
    Compute A computed field control produces the value.
    Expression An expression produces the value.
    UnUsed No value is passed to the stored procedure.
    Back to top Generated by Appeon