Show / Hide Table of Contents

    IDwUpdate.IsProcedure Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets or sets a bool value indicating whether to use a stored procedure instead of the INSERT/DELETE/UPDATE statement to update the database.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    new bool IsProcedure { get; set; }
    

    Property Value

    System.Boolean

    Whether to use a stored procedure instead of the SQL INSERT/DELETE/UPDATE statement to update the database.

    True -- to use a stored procedure to update database.

    False -- to use SQL INSERT/DELETE/UPDATE statement to update the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon