English | 简体中文

api-docs / org.ktorm.entity / Entity / get

get

abstract operator fun get(name: String): Any? (source code)

Obtain a property’s value by its name.

Note that this function doesn’t follow the rules of default values discussed in the class level documentation.
If the value doesn’t exist, we will return null simply.