Read
Name in Migrated Code: ReadOnly / AllowRowLocking
Location in Migrated Code: Model Initializer

Migrated Code Example
Example Read:
readonly Models.Customers Customers = new Models.Customers
{
ReadOnly = true
};
Example Write:
readonly Models.Customers Customers = new Models.Customers
{
AllowRowLocking = true
};
Property Values
| Magic | Migrated Code |
|---|---|
| Access = Write | AllowRowLocking = true |
| Access = Read | ReadOnly = true |
See Also :
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com