Skip to main content

ComputeAttribute

Compute attribute. Use to indicate that a property is a Calculated Field. Use [Persisted] attribute to persist column

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

Properties

Expression

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

Implements

  • System.Runtime.InteropServices._Attribute