Show / Hide Table of Contents

    SqlSelectAttribute.RawSelect Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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