Method SetDynamicProperty
SetDynamicProperty<T>(string, T)
Sets a dynamic property for the entity.
public BaseEntity SetDynamicProperty<T>(string key, T value)
Parameters
key
stringThe key of the property.
value
TThe value of the property.
Returns
- BaseEntity
The current instance for chaining.
Type Parameters
T
The type of the property.