Show / Hide Table of Contents

    UpdateWhereStrategyAttribute.UpdateWhereStrategy Property

    .NET Standard 2.x

    Gets the strategy that which column(s) will be included in the WHERE clause of the UPDATE statement.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public UpdateWhereStrategy UpdateWhereStrategy { get; }
    

    Property Value

    SnapObjects.Data.UpdateWhereStrategy

    The strategy specifying which column(s) will be included in the WHERE clause of the UPDATE statement.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon