TurboDB ADO.NET Data Provider TurboDBConnection.ReadOnly |
Previous Top Next |
Indicates non-writing access to the database.
C#
public bool ReadOnly {get; set;}
Notes
Set ReadOnly to true before opening a database connection, if you want to use the database in read-only mode only. This is necessary as well, if you are opening a database on a CD or on any other read-only medium.
See also