EntityExtensionsApi
Entity extension APIs.
Note these APIs are designed to be used by Ktorm's 3rd party extensions, applications should not use them directly.
Since
3.5.0
Functions
Link copied to clipboard
Get the specific column value from this entity, returning null if the value doesn't exist.
Link copied to clipboard
Check if the specific column value exists in this entity.
Link copied to clipboard
Check if this entity is attached to the database.
Link copied to clipboard
Set the specific column's value into this entity.