PersistentAliasAttribute Constructors
Applies to EF Core business class properties. Specifies an expression used to calculate the target property value.Name | Parameters | Description |
---|---|---|
PersistentAliasAttribute(String) | expression | Initializes a new instance of the PersistentAliasAttribute class with specified settings. |
See Also