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