C# Class Serenity.Data.Mapping.ExpressionAttribute

Inheritance: System.Attribute
显示文件 Open project: volkanceylan/Serenity

Public Methods

Method Description
ExpressionAttribute ( string value ) : System

Specifies SQL expression this property corresponds to.

Method Details

ExpressionAttribute() public method

Specifies SQL expression this property corresponds to.
public ExpressionAttribute ( string value ) : System
value string An SQL expression like (T0.Firstname + ' ' + T0.LastName)
return System