LinqConnect Documentation
Devart.Data.Linq Namespace / Table Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (Table)
    In This Topic
    Gets a value that indicates the value of ObjectTrackingEnabled in the DataContext that has been used to retrieved this Table.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    Value that indicates the value of ObjectTrackingEnabled in the DataContext that has been used to retrieved this Table.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also