adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / CreateUnitOfWork Method


In This Topic
    CreateUnitOfWork Method
    In This Topic
    Creates a new UnitOfWork.
    Syntax
    'Declaration
     
    
    Public Function CreateUnitOfWork() As UnitOfWork
    public UnitOfWork CreateUnitOfWork()
    public:
    UnitOfWork^ CreateUnitOfWork(); 
    Exceptions
    ExceptionDescription
    Thrown if IsReadOnly is true.
    See Also