SqlSelectAttribute.RawSelect Property
.NET Standard 2.x |  Current Version (1.0.1) 
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