company logo

thread_static - Thread static member

A thread-static member is a property, which exists once per thread, only. This property is supported especially for .NET languages.

The information is ignored for database properties, since it is a run-time information. Thus, only transient properties should be marked as thread-static properties.

Not all programming languages support thread-static member. Thus, programming languages as C++ will ignore the thread-static property.

Type: logical