PersistentAliasAttribute Constructors
Indicates that a property is not persistent and its value is calculated based upon the values of a specific field(s).Name | Parameters | Description |
---|---|---|
PersistentAliasAttribute(String) | aliasExpression | Initializes a new instance of the PersistentAliasAttribute class. |
See Also