Show / Hide Table of Contents

    SqlSelectAttribute.RawSelect Property

    .NET Standard 2.x

    Gets or sets the raw SQL select list that decides which columns to be selected from the result set.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public string RawSelect { get; set; }
    

    Property Value

    System.String

    A raw SQL select list that decides which columns to be selected from the result set.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon