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