C# Class Serenity.Data.Mapping.ExpressionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
ExpressionAttribute ( string value ) : System

Specifies SQL expression this property corresponds to.

Method Details

ExpressionAttribute() public méthode

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