Show / Hide Table of Contents

    SqlEmbeddedAttribute.SqlEmbeddedAttribute(string rawSql) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlEmbeddedAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlEmbeddedAttribute(string rawSql)
    

    Parameters

    rawSql System.String

    The raw SQL SELECT statement that will be used by the current property to load data.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon