Skip to main content

CustomSelectAttribute

Populate property with Custom SELECT expression, e.g. [CustomSelect("Width * Height")]

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class CustomSelectAttribute : AttributeBase, _Attribute

Properties

Sql

View Source
Declaration
public string Sql { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute