Skip to main content
All docs
V24.2
.NET 8.0+
  • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

PersistentAliasAttribute Properties

Applies to EF Core business class properties. Specifies an expression used to calculate the target property value.
Name Description
Expression Specifies an expression used to calculate the CalculatedAttribute‘s target property value in the Data View mode. Inherited from CalculatedAttribute.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also