Show / Hide Table of Contents

    DwInkPictureAttribute.DwInkPictureAttribute(string table, string column, string backImageColumn, string keyClause):base(SaveStrategy.Ignore) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwInkPictureAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public DwInkPictureAttribute(string table, string column, string backImageColumn, string keyClause):base(SaveStrategy.Ignore)
    

    Parameters

    table System.String

    The table name.

    column System.String

    The column name.

    keyClause System.String

    The query condition.

    backImageColumn System.String

    The background image column name.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon