Skip to main content
.NET 6.0+

CalculatedPersistentAliasAttribute Constructors

Applied to a business class. Allows you to dynamically configure a persistent alias for the target business class’ property.
Name Parameters Description
CalculatedPersistentAliasAttribute(String, String) propertyName, calculatedAliasPropertyName Initializes a new instance of the CalculatedPersistentAliasAttribute class.
See Also