Show / Hide Table of Contents

    SqlComputeAttribute.SqlComputeAttribute(string expression) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlComputeAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlComputeAttribute(string expression)
    

    Parameters

    expression System.String

    A SQL expression which represents the computed column.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon