Show / Hide Table of Contents

    ModelSqlBuilder.QuerySql Property

    .NET Standard 2.x

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Gets a SQL SELECT statement based on the definition in the model class and the data context.

    Syntax

    public string QuerySql { get; }
    

    Property Value

    System.String

    A SQL SELECT statement generated based on the definition in the model class and the data context.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon