Show / Hide Table of Contents

    DwTableBlobAttribute.DwTableBlobAttribute(string table, string column, string keyClause, DwFileType fileType):base(SaveStrategy.Ignore) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwTableBlobAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public DwTableBlobAttribute(string table, string column, string keyClause, DwFileType fileType):base(SaveStrategy.Ignore)
    

    Parameters

    table System.String

    The data column.

    column System.String

    The display data column name.

    keyClause System.String

    The query condition.

    fileType DwFileType

    The file type.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon