Click or drag to resize

objectTableBaseReadOnlyMode Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
If true it prevents updating the table but increases performances drastically and provides full thread-safety

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool ReadOnlyMode { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if [read only mode]; otherwise, false.
See Also