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


In This Topic
    DataContext Property (ADTObject)
    In This Topic
    The DataContext to which this object belongs.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property DataContext As DataContext
    [NotNull()]
    public DataContext DataContext {get;}
    [NotNull()]
    public:
    property DataContext^ DataContext {
       DataContext^ get();
    }
    Remarks
    An object cannot be used within a DataContext other than the one it belongs to
    See Also