adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (DataContext)
    In This Topic
    Indicates whether this context is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }
    Remarks
    If the IsReadOnly is True, then all objects in the context are read-only, and attempts to modify them will result in an exception.
    See Also