Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PersistentAliasAttribute.AliasExpression Property

Gets the expression which determines how the property’s value is calculated.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public string AliasExpression { get; }

Property Value

Type Description
String

A String value which specifies the expression which determines how the property’s value is calculated.

See Also