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